-
Notifications
You must be signed in to change notification settings - Fork 477
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
expected *mut u8
, found *mut i8
#2596
Comments
using 0.15. release zip instead of |
@syl20bnr looks like a cubecl HIP issue:
/edit: I didn't even notice the |
@adam-blip What is this command |
Same here... dunno where that came from. |
I am getting the same cubecl issue when using git clone. Is this perhaps something related to the target architecture (I am running an stable-aarch64-unknown-linux-gnu)? Does this have to be run in nightly? |
I believe I fixed this in tracel-ai/cubecl#413, though I didn't know this bug existed 😅 It didn't make it into version 0.4.0 of cubecl unfortunately, so you might need to wait until the next version is released (or use a patched version of cubecl for now). |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
see error.log
for detail
Expected behavior
compiling runs without error
Desktop (please complete the following information):
Additional context
tensor multiplication in 'getting started' example runs just fine
The text was updated successfully, but these errors were encountered: