128 bit integer on cuda?

后端 未结 3 1854
半阙折子戏
半阙折子戏 2020-11-29 20:47

I just managed to install my cuda SDK under Linux Ubuntu 10.04. My graphic card is an NVIDIA geForce GT 425M, and I\'d like to use it for some heavy computational problem. W

3条回答
  •  遥遥无期
    2020-11-29 21:08

    A much-belated answer, but you could consider using this library:

    https://github.com/curtisseizert/CUDA-uint128

    which defines a 128-bit-sized structure, with methods and freestanding utility functions to get it to function as expected, which allow it to be used like a regular integer. Mostly.

提交回复
热议问题