You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?