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

make fails with cuda backend #2

Open
r-barnes opened this issue May 12, 2020 · 3 comments
Open

make fails with cuda backend #2

r-barnes opened this issue May 12, 2020 · 3 comments
Assignees

Comments

@r-barnes
Copy link

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*
@leissa
Copy link
Member

leissa commented May 13, 2020

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.

@leissa
Copy link
Member

leissa commented May 13, 2020

Oh, this is reported on anyseq. Sorry, my bad.
@muellan Can you shed some light on this issue?

@muellan
Copy link
Collaborator

muellan commented May 13, 2020

This was due to a wrongly set type alias. I'm curerntly preparing a larger update for AnySeq where this problem no longer occurs.

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

No branches or pull requests

3 participants