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,7 @@
EXAMPLE=ao
CXX_SRC=ao.cpp
ISPC_SRC=ao.ispc
ISPC_INTRINSICS=../../intrinsics/knc-i1x16.h
ISPC_TARGET=generic-16
include ../common_knc.mk

View File

@@ -8,7 +8,7 @@ PTXCC_REGMAX=64
LLVM_GPU=1
NVVM_GPU=1
include ../common_gpu.mk
include ../common_ptx.mk