[all-commits] [llvm/llvm-project] 75e648: [Libomptarget] Disable AMDGPU complex math test af...

Joseph Huber via All-commits all-commits at lists.llvm.org
Wed Oct 4 13:25:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 75e648031c39bb602b02d83021eda59fd8fc2259
      https://github.com/llvm/llvm-project/commit/75e648031c39bb602b02d83021eda59fd8fc2259
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-10-04 (Wed, 04 Oct 2023)

  Changed paths:
    M openmp/libomptarget/test/offloading/std_complex_arithmetic.cpp

  Log Message:
  -----------
  [Libomptarget] Disable AMDGPU complex math test after recent patch

Summary:
The recent patch added `-nogpulib` to make these tests only pick up what
was intentionally put into them. This had the effect of removing the
dependency on the ROCm device libs which are needed for math. This test
disables the complex math test, which is the only one that needed it,
for the time being. In the future we will implement these and provide it
via the GPU `libm` and pass it in the same way as the GPU `libc`.




More information about the All-commits mailing list