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

Add GPU acceleration #716

Open
mborland opened this issue Jul 29, 2024 · 2 comments
Open

Add GPU acceleration #716

mborland opened this issue Jul 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@mborland
Copy link
Member

Now that the CUDAfication of math is underway many of the same techniques can be applied here to enable CUDA and SYCL support throughout the library. The main point of difficulty for SYCL will be removing recursion from the constructors of the non-fast types.

@mborland mborland added the enhancement New feature or request label Jul 29, 2024
@mborland
Copy link
Member Author

mborland commented Aug 1, 2024

spir64-unknown-unknown aka SYCL does not support 128-bit integer types even thought the host compiler (ICPX) does. Need to add additional macro checks.

@mborland
Copy link
Member Author

mborland commented Aug 23, 2024

Deferred for now. Development will exist on cuda-development branch. Maybe for version 3 post-boost review or when we receive a strong demand signal

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

No branches or pull requests

1 participant