first commit
This commit is contained in:
15
examples/portable/inplaceTraspose/Makefile_ptx
Normal file
15
examples/portable/inplaceTraspose/Makefile_ptx
Normal file
@@ -0,0 +1,15 @@
|
||||
PROG=radixSort
|
||||
ISPC_SRC=radixSort.ispc
|
||||
|
||||
CU_SRC=radixSort.cu
|
||||
# NVCC_FLAGS=-Xptxas=-O1
|
||||
CXX_SRC=radixSort.cpp radixSort.cpp
|
||||
PTXCC_REGMAX=64
|
||||
|
||||
LLVM_GPU=1
|
||||
NVVM_GPU=1
|
||||
|
||||
include ../common_ptx.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user