Skip to content

Commit 2ce0512

Browse files
Update Libraries/oneMKL/monte_carlo_european_opt/makefile
Co-authored-by: Dai-Ni Hsieh <[email protected]>
1 parent d2cfd7d commit 2ce0512

File tree

1 file changed

+1
-1
lines changed
  • Libraries/oneMKL/monte_carlo_european_opt

1 file changed

+1
-1
lines changed

Libraries/oneMKL/monte_carlo_european_opt/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all: montecarlo
1515
DPCPP_OPTS=/I"$(MKLROOT)\include" /DMKL_ILP64 $(GENERATOR) -fsycl $(INIT_ON_HOST) /Qmkl /Qmkl-sycl-impl=rng -lOpenCL
1616

1717
montecarlo: src/montecarlo_main.cpp
18-
icpx src/montecarlo_main.cpp /omontecarlo.exe $(DPCPP_OPTS)
18+
icx src/montecarlo_main.cpp /omontecarlo.exe $(DPCPP_OPTS)
1919

2020
clean:
2121
del /q montecarlo.exe

0 commit comments

Comments
 (0)