Hi All, was wondering if anyone had tried running a scripted LINQ query on the GPU with success? I've not had any success with it yet myself but am still trying. Specifically, calling from an IronPython script into C# and passing a lambda for execution on the GPU.
So far i've used NJection.LambdaConverter to convert the python lambda from an Action<> to an expression tree, but got stuck at that point, Would be great to be able to script user-defined algorithms for execution on the GPU.
Hi All, was wondering if anyone had tried running a scripted LINQ query on the GPU with success? I've not had any success with it yet myself but am still trying. Specifically, calling from an IronPython script into C# and passing a lambda for execution on the GPU.
So far i've used NJection.LambdaConverter to convert the python lambda from an Action<> to an expression tree, but got stuck at that point, Would be great to be able to script user-defined algorithms for execution on the GPU.