Skip to content

Commit 1b66bab

Browse files
DEP: changed deprecated dpctl lib name (#376)
1 parent 4e4e6da commit 1b66bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
_dpctrl_include += [dpctl.get_include()]
154154
# _dpctrl_libpath = for package build + for local build
155155
_dpctrl_libpath += ["$ORIGIN/../dpctl"] + [os.path.join(dpctl.get_include(), '..')]
156-
_dpctrl_lib += ["DPPLSyclInterface"]
156+
_dpctrl_lib += ["DPCTLSyclInterface"]
157157
except ImportError:
158158
"""
159159
Set local SYCL queue handler

0 commit comments

Comments
 (0)