Skip to content

Support open source DPC++ compiler #111

@dvrogozh

Description

@dvrogozh

With: a928b93

Install the following dependencies:

$ docker run -it --rm ubuntu:26.04
$ apt-get update && apt-get install git cmake make g++ gcc pkg-config python3 libze-dev
# apt-get install dpclang-6

The last command installs open source DPC++ compiler packaged in Ubuntu 26.04. Please:

  1. Add support for this compiler within the PTI project
  2. Clarify how project needs to be built with this compiler:
    1. By specifying -DCMAKE_C_COMPILER=dpclang -DCMAKE_CXX_COMPILER=dpclang++, i.e. using dpclang to build C/C++/SYCL
    2. Or project will build C/C++ with regular compilers (gcc/clang) and use dpclang only for the SYCL code. How project will find the dpclang in this case?

CC: @mschilling0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions