You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry cuda code again, but since cuModuleLoad is an extern symbol it should work with simpler code.
I'll try to reduce this further once I have a chance.
Zig Version
0.10.0-dev+138623c8
Steps to Reproduce
Sorry cuda code again, but since
cuModuleLoad
is an extern symbol it should work with simpler code.I'll try to reduce this further once I have a chance.
Expected Behavior
I'd expect the first test to compile and run successfully.
I'd expect the second test to fail to compile with a proper error message
Actual Behavior
The first test compile and run succesfully
The second test triggers an assertion error in the backend.
I had this bug in my code for a long time and it was compiling fine on be94487
The text was updated successfully, but these errors were encountered: