whether all core works activity

Hello.
I want to allocate a specific block to a specific multiprocessor.
Also, I want to allocate a specific thread to a specific streamprocessor.
So, does CUDA have functions allocating myself?
I want to examine whether all core works activity.

I’m sorry for my poor English.
Thanks.

You can’t do that - there is no programmatic control over hardware level execution parameters of that sort in CUDA.