some examples tuning
This commit is contained in:
@@ -2,7 +2,7 @@ PROG=options
|
||||
ISPC_SRC=options.ispc
|
||||
CU_SRC=options.cu
|
||||
CXX_SRC=options.cpp options_serial.cpp
|
||||
PTXCC_REGMAX=32
|
||||
PTXCC_REGMAX=128
|
||||
|
||||
|
||||
LLVM_GPU=1
|
||||
|
||||
@@ -327,6 +327,8 @@ __host__ void
|
||||
binomial_put_ispc_tasks( float Sa[], float Xa[], float Ta[],
|
||||
float ra[], float va[],
|
||||
float result[], int count) {
|
||||
|
||||
cudaDeviceSetCacheConfig (cudaFuncCachePreferL1);
|
||||
binomial_put_ispc_tasks___export<<<1,32>>>(Sa,Xa,Ta,ra,va,result,count);
|
||||
cudaDeviceSynchronize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user