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

Implement GPU feature in Julia v1.0 #16

Closed
juliohm opened this issue Nov 9, 2018 · 2 comments
Closed

Implement GPU feature in Julia v1.0 #16

juliohm opened this issue Nov 9, 2018 · 2 comments

Comments

@juliohm
Copy link
Member

juliohm commented Nov 9, 2018

The GPU option is not working in Julia v1.0 due to dependencies (i.e. OpenCL.jl and CLFFT.jl) that are still being ported to the new version of the language.

Two issues must be addressed:

  1. Optional dependencies should now be added with Requires.jl
  2. Consider making use of ComputationalResources.jl to trigger the GPU code
@juliohm
Copy link
Member Author

juliohm commented Jul 11, 2022

Implementation with CUDA.jl added to master. Now we need to use ComputationalResources.jl to enable manual selection of hardware instead of automatic selection.

@juliohm
Copy link
Member Author

juliohm commented Aug 5, 2022

We are currently using CUDA.functional() to switch between different implementations. The goal is to replace it with PlatformAware.jl at some point.

@juliohm juliohm closed this as completed Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant