Hi,
I was wondering whether it is possible to set the stack size per kernel instead of globally per context. Within a single context, some programs would be much more complex than others and the less complex ones would gain significant performance advantages from a smaller stack size. I know it is possible to set the stack size before launching a program but this seems to be triggering a very slow recompile.
Thanks,
Steven