some tuning, adding cuda kernels

This commit is contained in:
Evghenii
2013-11-14 22:33:58 +01:00
parent f12826bac5
commit 294fb039fe
5 changed files with 18 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ CCFLAGS+=-Iobjs/ -O2
LIBS=-lm $(TASK_LIB) -lstdc++
ISPC=ispc
ISPC_FLAGS+=-O2
ISPC_FLAGS+=-O2 --opt=fast-math --math-lib=fast
ISPC_HEADER=objs/$(ISPC_SRC:.ispc=_ispc.h)
ARCH:=$(shell uname -m | sed -e s/x86_64/x86/ -e s/i686/x86/ -e s/arm.*/arm/ -e s/sa110/arm/)