The headers contain type definitions we can and want to reuse between
the device runtime, the plugins, libomptarget, and soon the compiler
itself.
Details
Details
- Reviewers
jhuber6 tianshilei1992 JonChesterfield
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
clang-format: please reformat the code
-bool isGenericMode() { return execution_param == llvm::omp::OMP_TGT_EXEC_MODE_GENERIC; } +bool isGenericMode() { + return execution_param == llvm::omp::OMP_TGT_EXEC_MODE_GENERIC; +}