Replies: 1 comment 4 replies
-
Shouldn't this be |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, could you help me please, I followed user guide
https://github.com/intel/llvm/blob/sycl/sycl/doc/GetStartedGuide.md#build-dpc-toolchain-with-support-for-nvidia-cuda
and successfully installed, configured (with --cuda flag) and compiled llvm.
It works nice in "x64 Native Tools Command Prompt for VS 2019" on my GPU!
(It works for me ->
clang++ -fsycl -fsycl-targets=nvptx64-nvidia-cuda sycl2.cpp -o sycl2.exe)
Then I tried to build and run the same simple VectorAdd example, but using Qt creator and CMake.
I changed the compiler in Qt creator (C and C++) to Clang located in C:\Users\MoArs\sycl_workspace\llvm\build\bin.
my CMakeLists.txt:
CMake configured it but I got the error after attempt to build and run it:
I would highly appreciate any help!
Thank you
Beta Was this translation helpful? Give feedback.
All reactions