[all-commits] [llvm/llvm-project] 7c3fa7: OpenMP/cmake: Use TARGET instead of looking for am...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jun 28 03:55:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c3fa755f1ee87d8984ec4bcf57ffdb136fea862
https://github.com/llvm/llvm-project/commit/7c3fa755f1ee87d8984ec4bcf57ffdb136fea862
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
Log Message:
-----------
OpenMP/cmake: Use TARGET instead of looking for amdgpu-arch
Not sure if the standalone build case is supposed to be a supported
path. Should probably rely on find_package and imported targets
anyway.
Commit: 51bb9b12f87ea315f750490c39cd993507202861
https://github.com/llvm/llvm-project/commit/51bb9b12f87ea315f750490c39cd993507202861
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
A clang/test/Headers/openmp_new_nothrow.cpp
Log Message:
-----------
OpenMP: Add missing test coverage for nothrow new/delete
Missing test from fd3437a4f791cb0520e19b87953141fc68543377
Commit: 0e17174d40b2d25a755d2ce9acf7c905f254746d
https://github.com/llvm/llvm-project/commit/0e17174d40b2d25a755d2ce9acf7c905f254746d
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
M clang/lib/Headers/openmp_wrappers/new
M clang/test/Headers/openmp_new_nothrow.cpp
Log Message:
-----------
OpenMP: Fix nothrow new/delete for amdgpu
I tried #pragma omp begin declare variant device_type(nohost) but it
didn't work and I'm not really sure how it's supposed to work.
Compare: https://github.com/llvm/llvm-project/compare/f5ded4eaa4fa...0e17174d40b2
More information about the All-commits
mailing list