some tuning

This commit is contained in:
Evghenii
2013-11-13 16:23:05 +01:00
parent c0b54aa58c
commit 780e9f31fe
2 changed files with 2 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ CUmodule loadModule(const char * module)
optionVals[5] = (void*) 1;
// Max # of registers/pthread
options[6] = CU_JIT_MAX_REGISTERS;
int jitRegCount = 48;
int jitRegCount = 32;
optionVals[6] = (void *)(size_t)jitRegCount;
// Create a pending linker invocation