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 cuda' failed #3

Open
Bulandy opened this issue Mar 8, 2023 · 1 comment
Open

'make cuda' failed #3

Bulandy opened this issue Mar 8, 2023 · 1 comment

Comments

@Bulandy
Copy link

Bulandy commented Mar 8, 2023

clang++ -Wall -std=c++17 -fsycl -O3 -fsycl-targets=nvptx64-nvidia-cuda -I ./include -DBLAKE3_SIMD_LANES=4 bench/main.cpp -o bench/a.out
clang: error: unknown argument: '-fsycl'
clang: error: unknown argument: '-fsycl-targets=nvptx64-nvidia-cuda'
make: *** [Makefile:60: cuda] Error 1

@itzmeanjan
Copy link
Owner

Hi @Bulandy, please follow https://intel.github.io/llvm-docs/GetStartedGuide.html#prerequisites for building and installing DPC++ ( i.e. backed by clang++ ) with CUDA support.

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