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.
2 parents 85da5e2 + cd9647f commit 4202d86Copy full SHA for 4202d86
Libraries/oneMKL/monte_carlo_european_opt/makefile
@@ -12,7 +12,7 @@ all: montecarlo
12
INIT_ON_HOST=/DINIT_ON_HOST=1
13
!endif
14
15
-DPCPP_OPTS=/I"$(MKLROOT)\include" /DMKL_ILP64 $(GENERATOR) /EHsc -fsycl $(INIT_ON_HOST) /Qmkl /Qmkl-sycl-impl=rng -lOpenCL
+DPCPP_OPTS=/I"$(MKLROOT)\include" /DMKL_ILP64 $(GENERATOR) /EHsc -fsycl $(INIT_ON_HOST) /Qmkl /Qmkl-sycl-impl=rng OpenCL.lib
16
17
montecarlo: src/montecarlo_main.cpp
18
icx src/montecarlo_main.cpp /omontecarlo.exe $(DPCPP_OPTS)
0 commit comments