llvm-project/openmp/libomptarget/plugins
Ron Lieberman 30c0d5b4c3 [OPENMP][AMDGCN] Improvements to print_kernel_trace (bit mask)
allow bit masking to select various trace features.
  bit 0 => Launch tracing           (stderr)
  bit 1 => timing of runtime        (stdout)
  bit 2 => detailed launch tracing  (stderr)
  bit 3 => timing goes to stdout instead of stderr

  example: LIBOMPTARGET_KERNEL_TRACE=7     does it all
           LIBOMPTARGET_KERNEL_TRACE=5     Launch + details
           LIBOMPTARGET_KERNEL_TRACE=2     timings + launch to stderr
           LIBOMPTARGET_KERNEL_TRACE=10    timings + launch to stdout

Differential Revision: https://reviews.llvm.org/D96998
2021-02-19 06:47:22 -05:00
..
aarch64 Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
amdgpu [OPENMP][AMDGCN] Improvements to print_kernel_trace (bit mask) 2021-02-19 06:47:22 -05:00
common [OpenMP] Fixed the link error that cannot find static data member 2021-01-12 16:48:28 -05:00
cuda [OpenMP][NFC] Eliminate sign comparison warning via explicit casts 2021-02-16 15:37:41 -06:00
generic-elf-64bit/src [OpenMP][NFC] Clang format the libomptarget plugins 2021-02-16 15:37:46 -06:00
ppc64 Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
ppc64le Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
remote [libomptarget][NFC] Link plugins with threads support library due to std::call_once usage. 2021-01-27 19:26:18 -08:00
ve [OpenMP][NFC] Clang format the libomptarget plugins 2021-02-16 15:37:46 -06:00
x86_64 Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
CMakeLists.txt [libomptarget][NFC] Link plugins with threads support library due to std::call_once usage. 2021-01-27 19:26:18 -08:00
exports [OpenMP][Libomptarget] Introduce Remote Offloading Plugin 2021-01-26 15:33:38 -05:00