Where does Cuda kernel code reside on nvidia GPU?

The instructions are stored in global memory that is inaccessible to the user but are prefetched into an instruction cache during execution.

Up vote 4 down vote favorite 1 share g+ share fb share tw.

Cuda nvidia cuda-kernel link|improve this question edited Jul 1 '11 at 21:08karlphillip19.2k52149 asked Feb 25 '11 at 19:26LionHeart687 78% accept rate.

The instructions are stored in global memory that is inaccessible to the user but are prefetched into an instruction cache during execution. The maximum kernel size is stated in the Programming Guide in section G.1: 2 million instructions.

– jmilloy Feb 25 '11 at 22:34 That, I don't know, but I doubt it. Personally, I think that if you're getting up to the instruction limit, you should rethink your kernel design to be a bit more modular. – tkerwin Feb 25 '11 at 23:35.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions