We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da37bc commit 4840c5fCopy full SHA for 4840c5f
docs/doc_sources/reference_guides/dpctl_pybind11.rst
@@ -27,7 +27,7 @@ The extension should be compiled using Intel(R) oneAPI DPC++ compiler:
27
28
.. code-block:: bash
29
30
- icpx -fsycl $(python -m pybind11 --includes) $(python -m dpctl --includes) \
+ icpx -fsycl $(python -m pybind11 --includes) $(python -m dpctl --library) \
31
_example.cpp -fPIC -shared -o _example.so
32
33
We can now use it from Python:
0 commit comments