diff options
author | Frederik Harwath <frederik@codesourcery.com> | 2020-02-13 10:24:39 +0100 |
---|---|---|
committer | Frederik Harwath <frederik@codesourcery.com> | 2020-02-13 10:26:13 +0100 |
commit | 2d9eb4e4ca7be5cbe289eef390afb53f36d313b1 (patch) | |
tree | 970aab9d3c5ae617f175828f4e5535e54891983d /libgomp | |
parent | 001ab12e620c6f117b2e93c77d188bd62fe7ba03 (diff) | |
download | gcc-2d9eb4e4ca7be5cbe289eef390afb53f36d313b1.zip gcc-2d9eb4e4ca7be5cbe289eef390afb53f36d313b1.tar.gz gcc-2d9eb4e4ca7be5cbe289eef390afb53f36d313b1.tar.bz2 |
Add ChangeLog entry for my last commit
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index f77ce95..ef1c5da 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,16 @@ +2020-02-13 Frederik Harwath <frederik@codesourcery.com> + + PR libgomp/93481 + * plugin/plugin-nvptx.c: Remove GOMP_OFFLOAD_async_run stub. + * target.c (gomp_load_plugin_for_device): Make "async_run" loading + optional. + (gomp_target_task_fn): Assert "devicep->async_run_func". + (clear_unsupported_flags): New function to remove unsupported flags + (right now only GOMP_TARGET_FLAG_NOWAIT) that can be be ignored. + (GOMP_target_ext): Apply clear_unsupported_flags to flags. + * testsuite/libgomp.c/target-33.c: + Remove xfail for offload_target_nvptx. + * testsuite/libgomp.c/target-34.c: Likewise. 2020-02-10 Frederik Harwath <frederik@codesourcery.com> |