################################################################################ # # Build script for project # ################################################################################ # Add source files here EXECUTABLE := erfinv_test # CUDA source files (compiled with cudacc) CUFILES := erfinv_test.cu # CUDA dependency files CU_DEPS := erfinv_cuda_new.h \ # C/C++ source files (compiled with gcc / c++) CCFILES := \ ################################################################################ # Rules and targets ROOTDIR = ${CUDA_INSTALL_PATH}/../sdk/C/common BINDIR = ./bin include $(ROOTDIR)/common.mk NVCCFLAGS += -Xptxas -v NVCCFLAGS += -arch sm_13 NVCCFLAGS += -ftz=true -prec-div=false -prec-sqrt=false -use_fast_math