sort --fails
This commit is contained in:
13
examples_ptx/rt/Makefile_gpu
Normal file
13
examples_ptx/rt/Makefile_gpu
Normal file
@@ -0,0 +1,13 @@
|
||||
PROG=rt
|
||||
ISPC_SRC=rt.ispc
|
||||
CU_SRC=rt.cu
|
||||
CXX_SRC=rt.cpp rt_serial.cpp
|
||||
PTXCC_REGMAX=32
|
||||
|
||||
LLVM_GPU=1
|
||||
NVVM_GPU=1
|
||||
|
||||
include ../common_gpu.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user