Can we know which sp is used by a thread?

Is there any way to know which sp is used by current thread?

Thanks.

Not that I am aware of. CUDA abstracts all of that sort of low level hardware detail away. Thankfully.

Thanks for your answer.

I need to find a way to use a private stack or queue for a SP… I will find another way…