Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nvptx-none-run: Reduce CU_LIMIT_STACK_SIZE from 256 KiB to 128 KiB.
... to work around <#8>. According to Table 12, Technical Specifications per Compute Capability, on <http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#features-and-technical-specifications>, there is 512 KiB of local memory per thread, so a stack with 256 KiB seemed workable (and indeed is, with Nvidia Quadro K1000M hardware, driver version 340.24, CUDA 5.5 installation), but not on a system with Nvidia Tesla K20c hardware, driver version 319.37, CUDA 5.5 installation. On the Nvidia Quadro K1000M system, no changes in GCC testsuite results.
- Loading branch information