[all-commits] [llvm/llvm-project] a3c0f7: [NFC] fix failed ompt tests on M1 device (#65696)

Lixi Zhou via All-commits all-commits at lists.llvm.org
Fri Nov 24 14:40:27 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a3c0f705db03c4ebf651ee2d83cebb02b1e27540
      https://github.com/llvm/llvm-project/commit/a3c0f705db03c4ebf651ee2d83cebb02b1e27540
  Author: Lixi Zhou <zhoulx2013 at gmail.com>
  Date:   2023-11-24 (Fri, 24 Nov 2023)

  Changed paths:
    M openmp/runtime/test/ompt/callback.h

  Log Message:
  -----------
  [NFC] fix failed ompt tests on M1 device (#65696)

Fix the 2 failed ompt tests on M1 device found on #63194.

```
libomp :: ompt/synchronization/masked.c
libomp :: ompt/synchronization/master.c
```

For the details of this fix, please check the origin discussion in
https://github.com/llvm/llvm-project/issues/63194#issuecomment-1710494689

Thanks @jprotze for the fix.




More information about the All-commits mailing list