Files
ispc/examples_ptx/stencil/Makefile_gpu
2014-01-05 17:24:38 +01:00

11 lines
139 B
Plaintext

PROG=stencil
ISPC_SRC=stencil.ispc
CU_SRC=stencil.cu
CXX_SRC=stencil.cpp stencil_serial.cpp
PTXCC_REGMAX=128
include ../common_gpu.mk