File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ all: binomial_sycl.exe
44 INIT_ON_HOST=/DINIT_ON_HOST=1
55!endif
66
7- DPCPP_OPTS =-O3 /I"$(MKLROOT ) \include" /DMKL_ILP64 /DVERBOSE=1 /DSMALL_OPT_N=0 /DREPORT_COLD=1 /DREPORT_WARM=1 $(INIT_ON_HOST ) -fsycl /Qmkl /Qmkl-sycl-impl=rng OpenCL.lib
7+ DPCPP_OPTS =-O3 /I"$(MKLROOT ) \include" /DMKL_ILP64 /DVERBOSE=1 /DSMALL_OPT_N=0 /DREPORT_COLD=1 /DREPORT_WARM=1 $(INIT_ON_HOST ) -fsycl /EHsc / Qmkl /Qmkl-sycl-impl=rng OpenCL.lib
88
99binomial_sycl.exe : src\binomial_sycl.cpp src\binomial_main.cpp src\binomial.hpp
10- icx $(DPCPP_OPTS ) /DVERBOSE=1 /DSMALL_OPT_N=0 /DREPORT_COLD=1 /DREPORT_WARM=1 src\b inomial_sycl.cpp src\b inomial_main.cpp /obinomial_sycl.exe
10+ icx $(DPCPP_OPTS ) src\b inomial_sycl.cpp src\b inomial_main.cpp /obinomial_sycl.exe
1111
1212clean :
1313 del /q binomial_sycl.exe
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ all: black_scholes_sycl.exe
44 INIT_ON_HOST=/DINIT_ON_HOST =1
55!endif
66
7- DPCPP_OPTS =-O3 /I"$(MKLROOT ) \include" /DMKL_ILP64 /DVERBOSE=1 /DSMALL_OPT_N=0 $(INIT_ON_HOST ) -fsycl /Qmkl /Qmkl-sycl-impl=rng OpenCL.lib
7+ DPCPP_OPTS =-O3 /I"$(MKLROOT ) \include" /DMKL_ILP64 /DVERBOSE=1 /DSMALL_OPT_N=0 $(INIT_ON_HOST ) -fsycl /EHsc / Qmkl /Qmkl-sycl-impl=rng OpenCL.lib
88
99black_scholes_sycl.exe : src\black_scholes_sycl.cpp
1010 icx $(DPCPP_OPTS ) src\b lack_scholes_sycl.cpp /oblack_scholes_sycl.exe
You can’t perform that action at this time.
0 commit comments