utcs-scea / ava

Automatic virtualization of (general) accelerators.
https://ava.yuhc.me/
BSD 2-Clause "Simplified" License
40 stars 20 forks source link

Always generate C++ files for C and C++ specs #171

Closed yuhc closed 3 years ago

yuhc commented 3 years ago

Description

We have integrated lots of C++ features in AvA, but it's inflexible to wrap all those features in C APIs for C specs. In this purpose, we decide to always generate C++ files for both C and C++ specs.

How has this been tested?

Tested with cudadrv spec.

Types of changes

Checklist: