fixed helpers and makefile
This commit is contained in:
@@ -33,8 +33,8 @@ CXX_OBJS=$(CXX_SRC:%.cpp=objs_gpu/%_gcc.o)
|
||||
CU_OBJS=$(CU_SRC:%.cu=objs_gpu/%_cu.o)
|
||||
#NVCC_OBJS=$(NVCC_SRC:%.cu=objs_gpu/%_nvcc.o)
|
||||
|
||||
CXX_SRC+=../ispc_malloc.cpp
|
||||
CXX_OJS+=objs/ispc_malloc_gcc.o
|
||||
CXX_SRC+=ispc_malloc.cpp
|
||||
CXX_OBJS+=objs_gpu/ispc_malloc_gcc.o
|
||||
|
||||
# PTXGEN = $(HOME)/ptxgen
|
||||
# PTXGEN += -opt=3
|
||||
|
||||
Reference in New Issue
Block a user