Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question regarding scripted LINQ #5

Open
jduncalf opened this issue Nov 29, 2017 · 0 comments
Open

Question regarding scripted LINQ #5

jduncalf opened this issue Nov 29, 2017 · 0 comments

Comments

@jduncalf
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant