Skip to content

Does dpc++ use clang plugin technology to support CUDA programming front-end? #3320

Closed
@malixian

Description

@malixian

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions