Files
llvm-project/offload/test/mapping
Abhinav Gaba 2664fd3812 [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.
2026-04-16 16:43:34 -07:00
..