[all-commits] [llvm/llvm-project] 4cd115: [OpenMP][OMPX] Fix ompx_ballot_sync test (#94140)

Shilei Tian via All-commits all-commits at lists.llvm.org
Mon Jun 3 08:18:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cd115ca34231f1892b75b0fe12776b964a55ba2
      https://github.com/llvm/llvm-project/commit/4cd115ca34231f1892b75b0fe12776b964a55ba2
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2024-06-03 (Mon, 03 Jun 2024)

  Changed paths:
    M offload/test/offloading/ompx_bare_ballot_sync.c

  Log Message:
  -----------
  [OpenMP][OMPX] Fix ompx_ballot_sync test (#94140)

The current test is not really correct because the mask is set to
0xffffffff
even if it is on an AMDGPU whose wavefront size is 64. Besides,
`__AMDGCN_WAVEFRONT_SIZE` is not set on host compilation so the
verification
happens to work.



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