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 2ce0512 commit 0953356Copy full SHA for 0953356
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) -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 -lOpenCL
16
17
montecarlo: src/montecarlo_main.cpp
18
icx src/montecarlo_main.cpp /omontecarlo.exe $(DPCPP_OPTS)
0 commit comments