[all-commits] [llvm/llvm-project] 124869: [libc] [gpu] Fix Minor Benchmark UI Issues (#102529)

jameshu15869 via All-commits all-commits at lists.llvm.org
Thu Aug 8 13:32:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1248698e9bb2a0232eee53a72679ed5077190a90
      https://github.com/llvm/llvm-project/commit/1248698e9bb2a0232eee53a72679ed5077190a90
  Author: jameshu15869 <55058507+jameshu15869 at users.noreply.github.com>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M libc/benchmarks/gpu/LibcGpuBenchmark.cpp
    M libc/benchmarks/gpu/src/math/sin_benchmark.cpp

  Log Message:
  -----------
  [libc] [gpu] Fix Minor Benchmark UI Issues (#102529)

Previously, `AmdgpuSinTwoPow_128` and others were too large for their
table cells. This PR shortens the name to `AmdSin...`

There were also some `-` missing in the separator. This PR instead
creates the separator string using the length of the headers.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list