Can we run diff kernels on different cores simultaneously ?

Hello All,

   Another novice question. 

I have a GTX 460 on my desktop and am getting familiarized with GPU programming.
My question is can i run two or more different kernels doing different jobs at the same time in parallel ?
For e.g. let kernel A does addition and kernel B does multiplication of two arrays. I want kernel A to use lets say 10 cores and kernel B to use remaining cores on the GPU simultaneously.

Is this possible? If so please let me know some pointers on this.

Thank you,
Jacky,

Hello All,

   Another novice question. 

I have a GTX 460 on my desktop and am getting familiarized with GPU programming.
My question is can i run two or more different kernels doing different jobs at the same time in parallel ?
For e.g. let kernel A does addition and kernel B does multiplication of two arrays. I want kernel A to use lets say 10 cores and kernel B to use remaining cores on the GPU simultaneously.

Is this possible? If so please let me know some pointers on this.

Thank you,
Jacky,

Answer can be found at

[url=“http://forums.nvidia.com/index.php?showtopic=183390”]http://forums.nvidia.com/index.php?showtopic=183390[/url]

Answer can be found at

[url=“http://forums.nvidia.com/index.php?showtopic=183390”]http://forums.nvidia.com/index.php?showtopic=183390[/url]