Files
ispc/examples_ptx/stencil/Makefile_gpu
2014-01-13 08:50:21 +01:00

14 lines
161 B
Plaintext

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