libocca / occa

Portable and vendor neutral framework for parallel programming on heterogeneous platforms.
https://libocca.org
MIT License
382 stars 81 forks source link

Clang transpiler integration #756

Open vyast-softserveinc opened 1 month ago

vyast-softserveinc commented 1 month ago

Description

This pull request is aimed for integration occa-transpiler library for providing full C++ support under the OCCA

Added:

option for switching between old & new transpiler transpiler-version

deukhyun-cha commented 1 month ago

cmake -DOCCA_CLANG_BASED_TRANSPILER=ON worked for me to get the new transpiler source and generate the build.

amikstcyr commented 2 days ago

Hi - Any hope that this gets merged?