CUDA for .net?

前端 未结 4 789
夕颜
夕颜 2021-01-31 17:35

I know that there are a lot of CUDA language bindings, such as PyCUDA, but are there any good bindings for .Net? The only one I\'ve seen is this one, but I\'d like to k

4条回答
  •  庸人自扰
    2021-01-31 18:24

    Checkout this two wrappers:

    First the Tidepowerd that allow programming in .NET languages like C#, F#, and VB.NET* http://www.tidepowerd.com/product

    Second the CUDA.NET da Hoopoe,
    http://www.hoopoe-cloud.com/Solutions/cuda.net/

    Both are discussed here at stackoverflow and have suggestion of sample codes in theirs web sites. I guess this will help you.

提交回复
热议问题