adaptivecpp

SYCL and C++ standard parallelism compiler for CPUs and GPUs

brewmacoslinux
Try with needOr install directly
Source

About

SYCL and C++ standard parallelism for CPUs and GPUs

Commands

acppacpp-cc

Examples

Compile a SYCL program targeting available accelerators$ acpp myprogram.cpp -o myprogram
Compile with specific backend support (e.g., OpenMP)$ acpp myprogram.cpp -o myprogram -Xclang -fhip-new-launch-api
Display compiler version and available backends$ acpp --version