[all-commits] [llvm/llvm-project] 2664fd: [NFC][OpenMP] Make map ordering tests for no host-...
Abhinav Gaba via All-commits
all-commits at lists.llvm.org
Thu Apr 16 16:43:55 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2664fd38127d463765d17573bec238f31a92cbaf
https://github.com/llvm/llvm-project/commit/2664fd38127d463765d17573bec238f31a92cbaf
Author: Abhinav Gaba <abhinav.gaba at intel.com>
Date: 2026-04-16 (Thu, 16 Apr 2026)
Changed paths:
M offload/test/mapping/map_ordering_tgt_exit_data_always_always.c
M offload/test/mapping/map_ordering_tgt_exit_data_delete_from.c
M offload/test/mapping/map_ordering_tgt_exit_data_delete_from_assumedsize.c
M offload/test/mapping/map_ordering_tgt_exit_data_from_delete_assumedsize.c
Log Message:
-----------
[NFC][OpenMP] Make map ordering tests for no host->tgt transfer more robust (#192571)
They were relying on the host value not being seen on the device, but
the value being matched was small enough for the probability of a
successful match against garbage data relatively high.
Now we just rely on the LIBOMPTARGET_DEBUG logs to ensure there wasn't
any transfer.
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