added nbody_hermite4

This commit is contained in:
Evghenii
2014-02-21 14:07:51 +01:00
parent 42c4d3246c
commit f09c74db21
5 changed files with 504 additions and 0 deletions

View File

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