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

./makeall <anydsl path> problem to complete #4

Open
DevLucas2022 opened this issue Oct 27, 2022 · 2 comments
Open

./makeall <anydsl path> problem to complete #4

DevLucas2022 opened this issue Oct 27, 2022 · 2 comments

Comments

@DevLucas2022
Copy link

Hi, I was trying install your software Anyseq, but i came across an error that does not allow me to proceed with the installation, could you give me a clue how I could overcome this problem to finish installing the software?

/usr/anyseq/src/concurrent_queue.impala:70 col 25 - 50: error: incompatible types: 'i32' and 'i64' found as argument type
/usr/anyseq/src/concurrent_queue.impala:74 col 22 - 29: error: incompatible types: 'i32' and 'i64' found as return type
/usr/anyseq/src/concurrent_queue.impala:75 col 18 - 59: error: mismatched types: expected 'fn(<infer error: i64, i32>, fn(IterBlock)) -> IterBlock' but found 'fn(i64, fn(IterBlock)) -> IterBlock' as initialization type for field
/usr/anyseq/src/concurrent_queue.impala:83 col 50 - 61: error: mismatched types: expected '<infer error: i32, i64>' but found '<infer error: i64, i32>' as argument type
make[2]: *** [CMakeFiles/align.dir/build.make:110: config_gpu.ll] Error 1
make[1]: *** [CMakeFiles/Makefile2:190: CMakeFiles/align.dir/all] Error 2
make: *** [Makefile:91: all] Error 2

@leannmlindsey
Copy link

I have the same issue when I try installing

@richardmembarth
Copy link
Member

The signature of the allocation functions have changed, they require now i64 instead of i32:

fn @alloc_cpu(size: i64) -> Buffer { alloc(0, size) }

https://github.com/AnyDSL/runtime/blob/master/platforms/impala/runtime.impala#L67

Note that the repo currently only hosts the IPDPS'20 implementation.

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