llvm-project/openmp/libomptarget/test/mapping
Joel E. Denny 5f6aa9680c [OpenMP] target_data_begin: fail on device alloc fail
Without this patch, target_data_begin continues after an illegal
mapping or an out-of-memory error on the device.  With this patch, it
terminates the runtime with an error instead.

The new test exercises only illegal mappings.  I didn't think of a
good way to exercise out-of-memory errors from the test suite.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D78170
2020-04-21 17:10:50 -04:00
..
alloc_fail.c [OpenMP] target_data_begin: fail on device alloc fail 2020-04-21 17:10:50 -04:00
declare_mapper_api.cpp [OPENMP][OFFLOADING]Fix the test, NFC. 2019-08-06 18:13:39 +00:00
delete_inf_refcount.c [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" objects 2020-01-14 16:30:38 -08:00
pr38704.c