File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ CC=icpx python setup.py build_ext --inplace
2525
2626echo
2727echo =========example3==============
28- icpx -fsycl -g -fPIC dpnp/backend/examples/example3.cpp -Idpnp -Idpnp/backend/include -Ldpnp -Wl,-rpath=' $ORIGIN' /dpnp -ldpnp_backend_c -o example3
28+ DPCTL_INCLUDES=$( python -m dpctl --includes)
29+ icpx -fsycl -g -O0 -ggdb3 -fPIC dpnp/backend/examples/example3.cpp $DPCTL_INCLUDES -Idpnp -Idpnp/backend/include -Ldpnp -Wl,-rpath=' $ORIGIN' /dpnp -ldpnp_backend_c -o example3
2930# LD_DEBUG=libs,bindings,symbols ./example3
3031./example3
3132
@@ -47,7 +48,7 @@ icpx -fsycl -g -fPIC dpnp/backend/examples/example3.cpp -Idpnp -Idpnp/backend/in
4748# strings /usr/share/miniconda/envs/dpnp*/lib/libstdc++.so | grep GLIBCXX | sort -n
4849
4950
50- # echo
51+ echo
5152echo =========example1==============
5253# LD_DEBUG=libs,bindings,symbols python examples/example1.py
5354# LD_DEBUG=libs python examples/example1.py
You can’t perform that action at this time.
0 commit comments