FRIDAY, APRIL 10, 2026
libgomp — Impact 5 / 10
Libgomp: Fix missing disassociation in target pointer management.
Addresses a multi-device issue by ensuring that target pointers are disassociated after being associated in OpenMP target regions.
The commit addresses an issue where ‘omp_target_disassociate_ptr’ was not called after ‘omp_target_associate_ptr’ in the ‘libgomp.c/omp_target_is_present.c’ test case. This oversight could lead to test failures, especially in multi-device settings. The fix adds the missing disassociation step.