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
error: use of undeclared identifier 'sycl'
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
The text was updated successfully, but these errors were encountered:
Hi @krishvishal, we recently merged PR #513 that fixes the issue you encountered. Could you please update your portBLAS repository and try again?
Sorry, something went wrong.
Thank you for replying quickly! This PR fixes the problem.
Closing the issue.
No branches or pull requests
I am trying to build portBLAS with AdaptiveCpp but I keep getting
error: use of undeclared identifier 'sycl'
.Build command:
Environment:
Ubuntu 20.04 (WSL2)
Clang17
AdaptiveCpp built from source
Full stacktrace: https://pastebin.com/k0iW2HqR
The text was updated successfully, but these errors were encountered: