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

OpenCL Support #3661

Open
mgomezandreu opened this issue Apr 19, 2024 · 0 comments
Open

OpenCL Support #3661

mgomezandreu opened this issue Apr 19, 2024 · 0 comments

Comments

@mgomezandreu
Copy link

mgomezandreu commented Apr 19, 2024

Dear all,

I am trying to run an optimization on a NVIDIA Graphics Card. A slidedeck mentions OpenCL support for casadi (see https://www.syscop.de/files/2015ws/events/Joris%20Gillis%20Talk%2019.07.16.pdf)

I compile casadi successfully with opencl, but when I try to run a map operation with "opencl", i get the following error:

RuntimeError: .../casadi/core/map.cpp:49: Unknown parallelization: opencl

The map class seems to not contain a case for OpenCL parallelization (

} else if (parallelization== "openmp") {
)

Is there a casadi version that does support OpenCL and if so where can I find it?

Thanks for the support.

Best,
Mario

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