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
3535xcopy backends\include dpctl\include /E /Y
3636
3737
38-
39- REM required by dpglue
38+ REM required by _opencl_core (dpctl.ocldrv)
4039set " DPPL_OPENCL_INTERFACE_LIBDIR = dpctl"
4140set " DPPL_OPENCL_INTERFACE_INCLDIR = dpctl\include"
4241set " OpenCL_LIBDIR = %DPCPP_ROOT% \lib"
4342
44- REM required by oneapi_interface
43+ REM required by _sycl_core(dpctl)
4544set " DPPL_SYCL_INTERFACE_LIBDIR = dpctl"
4645set " DPPL_SYCL_INTERFACE_INCLDIR = dpctl\include"
4746
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ cp -r backends/include/* dpctl/include
4343# required by dpctl.opencl_core
4444export DPPL_OPENCL_INTERFACE_LIBDIR=dpctl
4545export DPPL_OPENCL_INTERFACE_INCLDIR=dpctl/include
46- export OpenCL_LIBDIR=${DPCPP_ROOT} /libw
46+ export OpenCL_LIBDIR=${DPCPP_ROOT} /lib
4747
4848# required by dpctl.sycl_core
4949export DPPL_SYCL_INTERFACE_LIBDIR=dpctl
You can’t perform that action at this time.
0 commit comments