-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
GPU Compatibility Issue: Compilation Error with Complex-Valued Data in LuxCUDA Broadcasting Kernel #844
Comments
I am also trying to solve the problem of optimization a neural network on a GPU (LuxCUDA in Julia) and I also get the same GPU compilation error |
I have the same bug with the GPU (LuxCUDA in Julia) and encounter the same GPU compilation error. |
@sathvikbhagavan how can I assist you? |
@RomanSahakyan03, apologies for the late reply. I will try to finish it up by this weekend. |
@sathvikbhagavan it's ok. Thank for your efforts! If you need assist. I can help |
@sathvikbhagavan what about now? Did you finish it? |
Hi @RomanSahakyan03, I have a draft PR #866 for fixing this, but currently running into some issues. Hopefully would get resolved. |
Bug Description
Summary
When attempting to solve a neural network optimization problem on a GPU using Lux and LuxCUDA packages in Julia, a GPU compilation error occurs.
Steps to Reproduce
Expected Behavior
The optimization problem should be solved without errors, utilizing GPU acceleration provided by the LuxCUDA package.
Observed Behavior
The GPU compilation of MethodInstance for broadcasting fails with a KernelError, specifically mentioning a non-bitstype argument issue.
Code Snippet
Additional Information
The text was updated successfully, but these errors were encountered: