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 909c172 commit d2cfd7dCopy full SHA for d2cfd7d
Libraries/oneMKL/monte_carlo_european_opt/makefile
@@ -12,7 +12,8 @@ all: montecarlo
12
INIT_ON_HOST=/DINIT_ON_HOST=1
13
!endif
14
15
-DPCPP_OPTS=/I"$(MKLROOT)\include" /DMKL_ILP64 $(GENERATOR) -fsycl $(INIT_ON_HOST) -qmkl -qmkl-sycl-impl=rng -lOpenCL
+DPCPP_OPTS=/I"$(MKLROOT)\include" /DMKL_ILP64 $(GENERATOR) -fsycl $(INIT_ON_HOST) /Qmkl /Qmkl-sycl-impl=rng -lOpenCL
16
+
17
montecarlo: src/montecarlo_main.cpp
18
icpx src/montecarlo_main.cpp /omontecarlo.exe $(DPCPP_OPTS)
19
0 commit comments