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 4e4e6da commit 1b66babCopy full SHA for 1b66bab
setup.py
@@ -153,7 +153,7 @@
153
_dpctrl_include += [dpctl.get_include()]
154
# _dpctrl_libpath = for package build + for local build
155
_dpctrl_libpath += ["$ORIGIN/../dpctl"] + [os.path.join(dpctl.get_include(), '..')]
156
- _dpctrl_lib += ["DPPLSyclInterface"]
+ _dpctrl_lib += ["DPCTLSyclInterface"]
157
except ImportError:
158
"""
159
Set local SYCL queue handler
0 commit comments