Hi All, I have been running some CUDA examples and I wanted to make some edits to the code. There is a #define directive that sets the max array size in one of the .cuh files. When I try to make this larger than 2048 I get a compilation error:
Temp/tmpxft_000010c8_00000000-11_MonteCarlo_SM13.compute_13.cpp3.i(0): Error: Const space overflowed
Project : error PRJ0019: A tool returned an error code from "Compiling with CUDA Build Rule..."
Is there a way I can make it greater than 2048?
Thanks in advance! Buddy