[all-commits] [llvm/llvm-project] 11908c: [Libomptarget][NFC] Silence unknown CUDA version w...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jan 23 06:56:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11908c20cd01cb695f17c8b27a091d11f3ed09e6
https://github.com/llvm/llvm-project/commit/11908c20cd01cb695f17c8b27a091d11f3ed09e6
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/CMakeLists.txt
Log Message:
-----------
[Libomptarget][NFC] Silence unknown CUDA version warnings
Summary:
These warnings are very loud considering they get repeated at least 30
times each build. This patch just silences them.
Commit: 716bae0b48375ce59ff107df0997f279a41dfec9
https://github.com/llvm/llvm-project/commit/716bae0b48375ce59ff107df0997f279a41dfec9
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
M openmp/libomptarget/plugins/amdgpu/impl/hsa_api.h
Log Message:
-----------
[Libomptarget] Include "hsa/hsa.h" instead
Summary:
Recently AMD moved the "hsa.h" include to "hsa/hsa.h". This causes
several warning. This patch checks to see if we can include that one
instead. This should hopefully keep things backwards compatible while
silencing the warnings.
Commit: b280e12a3d9ffe76fdfdaae828fc43b2455e6808
https://github.com/llvm/llvm-project/commit/b280e12a3d9ffe76fdfdaae828fc43b2455e6808
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-01-23 (Mon, 23 Jan 2023)
Changed paths:
M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
M openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/tools/kernelreplay/llvm-omp-kernel-replay.cpp
Log Message:
-----------
[Libomptarget][NFC] Address a few warnings in libomptarget
Summary:
Fix a few minor warnings that show up in `libomptarget`.
Compare: https://github.com/llvm/llvm-project/compare/cef9e872ede5...b280e12a3d9f
More information about the All-commits
mailing list