Files
ispc/examples_ptx/stencil/Makefile_gpu
2014-01-06 10:27:25 +01:00

14 lines
162 B
Plaintext

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