[all-commits] [llvm/llvm-project] 265ea1: [OpenMP] Improve LIT tests on composite target con...
Animesh Kumar via All-commits
all-commits at lists.llvm.org
Wed Feb 22 20:57:59 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 265ea1c7459da95b7a1d30718ac9f970a3ecc8d1
https://github.com/llvm/llvm-project/commit/265ea1c7459da95b7a1d30718ac9f970a3ecc8d1
Author: Animesh Kumar <animesh.kumar at amd.com>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
A clang/test/OpenMP/target_task_affinity_codegen.cpp
M clang/test/OpenMP/target_teams_distribute_parallel_for_simd_codegen.cpp
M clang/test/OpenMP/target_teams_distribute_reduction_codegen.cpp
Log Message:
-----------
[OpenMP] Improve LIT tests on composite target constructs
This commit improves the "target_teams_distribute_paralle
l_for_simd_codegen.cpp" and "target_teams_distribute_redu
ction_codegen.cpp" tests based upon some of the execution
tests present in the SOLLVE tests. Based on SOLLVE, a new
test "target_task_affinity_codegen.cpp" is also being
added. These tests are required to be added because the
existing tests do not test the combination of directives
these will be testing.
Link to SOLLVE page: https://github.com/SOLLVE/sollve_vv
Differential Revision: https://reviews.llvm.org/D144544
More information about the All-commits
mailing list