added knc compilation

This commit is contained in:
evghenii
2014-02-20 13:22:21 +01:00
parent 93849370b1
commit 0c0655c0f2
4 changed files with 95 additions and 37 deletions

View File

@@ -0,0 +1,14 @@
PROG=ao
ISPC_SRC=ao.ispc
CU_SRC=ao.cu
CXX_SRC=ao.cpp
PTXCC_REGMAX=64
#ISPC_FLAGS= --opt=disable-uniform-control-flow
LLVM_GPU=1
NVVM_GPU=1
include ../common_ptx.mk