File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ mkdir dpctl\include
35
35
xcopy backends\include dpctl\include /E /Y
36
36
37
37
38
-
39
- REM required by dpglue
38
+ REM required by _opencl_core (dpctl.ocldrv)
40
39
set " DPPL_OPENCL_INTERFACE_LIBDIR = dpctl"
41
40
set " DPPL_OPENCL_INTERFACE_INCLDIR = dpctl\include"
42
41
set " OpenCL_LIBDIR = %DPCPP_ROOT% \lib"
43
42
44
- REM required by oneapi_interface
43
+ REM required by _sycl_core(dpctl)
45
44
set " DPPL_SYCL_INTERFACE_LIBDIR = dpctl"
46
45
set " DPPL_SYCL_INTERFACE_INCLDIR = dpctl\include"
47
46
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ cp -r backends/include/* dpctl/include
43
43
# required by dpctl.opencl_core
44
44
export DPPL_OPENCL_INTERFACE_LIBDIR=dpctl
45
45
export DPPL_OPENCL_INTERFACE_INCLDIR=dpctl/include
46
- export OpenCL_LIBDIR=${DPCPP_ROOT} /libw
46
+ export OpenCL_LIBDIR=${DPCPP_ROOT} /lib
47
47
48
48
# required by dpctl.sycl_core
49
49
export DPPL_SYCL_INTERFACE_LIBDIR=dpctl
You can’t perform that action at this time.
0 commit comments