Malacu
Malacu

Reputation: 191

Does cuda dynamic Parallelism is supported in Geforce gpu with compute capability 3.5?

I have a geforce gpu i.e GTX 750Ti . It has compute capability 3.5. In the documentation of dynamic parallelism it is mentioned that requirement for dynamic parallilism requires 3.5 but it is not mentioned about Geforce or Tesla. sample program has mentioned minspec tesla3.5

and Simple program in geforce is not running , Is dynamic parallilism not supported in geforce GTX 750 Ti?

Upvotes: 2

Views: 481

Answers (1)

Robert Crovella
Robert Crovella

Reputation: 151879

GTX 750 Ti is compute capability 5.0.

Dynamic Parallelism is supported on any CUDA GPU that is compute capability 3.5 or higher.

So yes, your GTX 750Ti supports dynamic parallelism.

Upvotes: 4

Related Questions