diff options
| author | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-05 10:51:37 -0600 |
|---|---|---|
| committer | Sheikh Dawood Abdul Ajees <[email protected]> | 2018-01-05 10:51:37 -0600 |
| commit | 983c93ad16707bd2b092f425725140f145e967aa (patch) | |
| tree | c5533c94dbffd31a1d179614354ea07dd769062a /APEX_1.4/common/include/ApexCudaDefs.h | |
| parent | Merge branch 'master' (diff) | |
| download | physx-3.4-983c93ad16707bd2b092f425725140f145e967aa.tar.xz physx-3.4-983c93ad16707bd2b092f425725140f145e967aa.zip | |
PhysX 3.4.1, APEX 1.4.1 Release @23307153
Diffstat (limited to 'APEX_1.4/common/include/ApexCudaDefs.h')
| -rw-r--r-- | APEX_1.4/common/include/ApexCudaDefs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/APEX_1.4/common/include/ApexCudaDefs.h b/APEX_1.4/common/include/ApexCudaDefs.h index 5065ddb1..afd4dba4 100644 --- a/APEX_1.4/common/include/ApexCudaDefs.h +++ b/APEX_1.4/common/include/ApexCudaDefs.h @@ -33,10 +33,8 @@ const unsigned int WARP_SIZE = (1U << LOG2_WARP_SIZE); const unsigned int MAX_WARPS_PER_BLOCK = 32; const unsigned int MAX_THREADS_PER_BLOCK = (MAX_WARPS_PER_BLOCK << LOG2_WARP_SIZE); -const unsigned int MAX_BOUND_BLOCKS = 64; - //uncomment this line to force bound kernels to use defined number of CTAs -//#define APEX_CUDA_FORCED_BLOCKS 60 +//#define APEX_CUDA_FORCED_BLOCKS 80 namespace nvidia |