We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to build with the CUDA backend and the most recent version of AnyDSL gives:
anyseq/src/traceback.impala:90 col 9 - 27: currently only pointers to arrays supported as kernel argument; argument has different type: qs32*
The text was updated successfully, but these errors were encountered:
As the error message suggests: Currently, only pointers to arrays are supported in our CUDA backend. But you are trying to pass a pointer to an int.
int
Sorry, something went wrong.
Oh, this is reported on anyseq. Sorry, my bad. @muellan Can you shed some light on this issue?
This was due to a wrongly set type alias. I'm curerntly preparing a larger update for AnySeq where this problem no longer occurs.
muellan
No branches or pull requests
Trying to build with the CUDA backend and the most recent version of AnyDSL gives:
The text was updated successfully, but these errors were encountered: