[all-commits] [llvm/llvm-project] b04987: [libomptarget][amdgpu] Convert an assert to print ...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Thu May 13 09:32:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b049870d3b47a93b0c53f3ad69b11c4731b39d7f
      https://github.com/llvm/llvm-project/commit/b049870d3b47a93b0c53f3ad69b11c4731b39d7f
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-05-13 (Thu, 13 May 2021)

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

  Log Message:
  -----------
  [libomptarget][amdgpu] Convert an assert to print and offload_fail

[libomptarget][amdgpu] Convert an assert to print and offload_fail

The kernel launched is supposed to be present in the binary, but a not yet
diagnosed bug means it is missing for some of the qmcpack test cases. Changing
from assert to print and offload_fail should help diagnose that and similar bugs.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D102378




More information about the All-commits mailing list