CUDA: injecting my own PTX function?

Posted by shoosh on Stack Overflow See other posts from Stack Overflow or by shoosh
Published on 2010-06-06T08:17:37Z Indexed on 2010/06/06 8:22 UTC
Read the original article Hit count: 346

Filed under:
|
|

I would like to be able to use a feature in PTX 1.3 which is not yet implemented it the C interface. Is there a way to write my own function in PTX and inject into an existing binary?

The feature I'm looking for is getting the value of %smid

© Stack Overflow or respective owner

Related posts about cuda

Related posts about gpu