Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
xfong committed Apr 1, 2022
1 parent 9da70e2 commit 4e64b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -90,13 +90,13 @@ kernloader64: loader64

libumagnus: cl-compiler
rm -f ./libumagnus/*.cc
uMagNUS-clCompiler -args="-cl-finite-math-only -cl-no-signed-zeros -cl-fp32-correctly-rounded-divide-sqrt -cl-kernel-arg-info" -std="CL1.2" -iopts="-I$(PWD)/kernels_src" -dump $(PWD)/kernels_src/Kernels/kernels32.h >> libumagnus/libumagnus.cc
uMagNUS-clCompiler -args="-cl-opt-disable -cl-fp32-correctly-rounded-divide-sqrt -cl-kernel-arg-info" -std="CL1.2" -iopts="-I$(PWD)/kernels_src" -dump $(PWD)/kernels_src/Kernels/kernels32.h >> libumagnus/libumagnus.cc
$(MAKE) -C ./libumagnus lib


libumagnus64: cl-compiler
rm -f ./libumagnus/*.cc
uMagNUS-clCompiler -args="-cl-finite-math-only -cl-no-signed-zeros -cl-fp32-correctly-rounded-divide-sqrt -cl-kernel-arg-info -D__REAL_IS_DOUBLE__" -std="CL1.2" -iopts="-I$(PWD)/kernels_src" -dump $(PWD)/kernels_src/Kernels/kernels64.h >> libumagnus/libumagnus64.cc
uMagNUS-clCompiler -args="-cl-opt-disable -cl-fp32-correctly-rounded-divide-sqrt -cl-kernel-arg-info -D__REAL_IS_DOUBLE__" -std="CL1.2" -iopts="-I$(PWD)/kernels_src" -dump $(PWD)/kernels_src/Kernels/kernels64.h >> libumagnus/libumagnus64.cc
$(MAKE) -C ./libumagnus lib64


0 comments on commit 4e64b35

Please sign in to comment.