[all-commits] [llvm/llvm-project] a158d3: [OpenMP] Fix warnings for uninitialized block counts

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Jul 22 06:24:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a158d3663fc5b3596eaac7da857e7422d12b243e
      https://github.com/llvm/llvm-project/commit/a158d3663fc5b3596eaac7da857e7422d12b243e
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2021-07-22 (Thu, 22 Jul 2021)

  Changed paths:
    M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp
    M openmp/libomptarget/plugins/cuda/src/rtl.cpp

  Log Message:
  -----------
  [OpenMP] Fix warnings for uninitialized block counts

Summary:
Fixes some warning given for uninitialized block counts if the exection mode is
not recognized. This shouldn't happen in practice because the execution mode is
checked when it's read from the device.




More information about the All-commits mailing list