Replies: 1 comment
-
Hi, Interesting questions,
You can see this "upstream" way in action if you do something like
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to understand the compilation process of dpc++, I use the command
clang -### -fsycl -fsycl-target=nvptx64-nvidia-cuda
to print the stage of compilation. We can find that(my dpc++ version is not the latest, but the output of different versions of the compiler is basically the same):My question is:
llc --march=nvptx64 ....
instead of the very long clang command? It seems to work after I tried it.clang-offload-wrapper
?Thanks for your replay.
Beta Was this translation helpful? Give feedback.
All reactions