forked from OSchip/llvm-project
b68a6b09e6
Currently if there is not kernel argument, device synchronization will be skipped. This can lead to two issues: 1. If there is any device error, it will not be captured; 2. The target region might end before the kernel is done, which is not spec conformant. The test added in this patch only runs on NVPTX platform, although it will not be executed by Phab at all. It also requires `not` which is not available on most systems. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D96067 |
||
---|---|---|
.. | ||
assert.cpp | ||
bug47654.cpp | ||
bug49021.cpp | ||
d2d_memcpy.c | ||
dynamic_module.c | ||
dynamic_module_load.c | ||
info.c | ||
looptripcnt.c | ||
memory_manager.cpp | ||
non_contiguous_update.cpp | ||
offloading_success.c | ||
offloading_success.cpp | ||
parallel_offloading_map.cpp | ||
requires.c | ||
target_depend_nowait.cpp |