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 d2cfd7d commit 2ce0512Copy full SHA for 2ce0512
Libraries/oneMKL/monte_carlo_european_opt/makefile
@@ -15,7 +15,7 @@ all: montecarlo
15
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)
+ icx src/montecarlo_main.cpp /omontecarlo.exe $(DPCPP_OPTS)
19
20
clean:
21
del /q montecarlo.exe
0 commit comments