Skip to content

Commit

Permalink
update Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
xfong committed Mar 28, 2022
1 parent dcb2d0f commit 1712e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,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
$(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
$(MAKE) -C ./libumagnus lib64

Expand Down

0 comments on commit 1712e89

Please sign in to comment.