Closed
Description
hipSYCL using clang plugin to understand SYCL code to hip or cuda, does dpc++ also use clang plugin technology to understand DPC++ to c++?
when running clang -### -fsycl -fsycl-targets=nvptx64-nvidia-cuda-sycldevice -S -c -emit-llvm multi_device.cpp -o multi_device.ll
command , we can find clang ... -x c++ test.o ...
. So I guess DPC++ frontedn transform dpc++ to c++.
Isn't right?
Metadata
Metadata
Assignees
Labels
No labels