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

error: use of undeclared identifier 'sycl' while building portBLAS with AdaptiveCpp #514

Closed
krishvishal opened this issue Apr 19, 2024 · 2 comments

Comments

@krishvishal
Copy link

I am trying to build portBLAS with AdaptiveCpp but I keep getting error: use of undeclared identifier 'sycl'.

Build command:

export ACPP_TARGETS=generic

cmake -GNinja -DTUNING_TARGET=NVIDIA_GPU -DCMAKE_BUILD_TYPE=Release       -DSYCL_COMPILER=adaptivecpp -DACPP_TARGETS=$ACPP_TARGETS       -DBLAS_ENABLE_BENCHMARK=ON ..

Environment:
Ubuntu 20.04 (WSL2)
Clang17
AdaptiveCpp built from source

Full stacktrace: https://pastebin.com/k0iW2HqR

@s-Nick
Copy link
Collaborator

s-Nick commented Apr 19, 2024

Hi @krishvishal,
we recently merged PR #513 that fixes the issue you encountered. Could you please update your portBLAS repository and try again?

@krishvishal
Copy link
Author

Thank you for replying quickly! This PR fixes the problem.

Closing the issue.

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

2 participants