File tree Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Expand file tree Collapse file tree 6 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ // XFAIL: amdgcn-amd-amdhsa
12// clang-format off
23// RUN: %libomptarget-compileopt-generic -fopenmp-target-jit \
34// RUN: -DTGT1_DIRECTIVE="target"
Original file line number Diff line number Diff line change 1+ // XFAIL: amdgcn-amd-amdhsa
12// clang-format off
23//
34// RUN: %libomptarget-compileopt-generic -fopenmp-target-jit
Original file line number Diff line number Diff line change 1- // RUN: %libomptarget-compile-generic -DSHARED -fPIC -shared -o %t.so && %clang %flags %s -o %t -ldl && %libomptarget-run-generic %t.so 2>&1 | %fcheck-generic
1+ // XFAIL: *
2+ // RUN: %libomptarget-compile-generic -DSHARED -fPIC -shared -o %t.so && %clang
3+ // %flags %s -o %t -ldl && %libomptarget-run-generic %t.so 2>&1 |
4+ // %fcheck-generic
25
36#ifdef SHARED
47#include <stdio.h>
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ int main() {
5252// CLANG-PGO-NEXT: test2
5353
5454// LLVM-PGO: ======== Counters =========
55- // LLVM-PGO-NEXT: [ 20 10 2 1 ]
55+ // LLVM-PGO-NEXT: [ 20 10 1 1 ]
5656// LLVM-PGO-NEXT: [ 10 ]
5757// LLVM-PGO-NEXT: [ 20 ]
5858// LLVM-PGO-NEXT: ========== Data ===========
Original file line number Diff line number Diff line change 11// clang-format off
22// This test verifies that the reduction kernel is of Xteam-reduction type
3- // and is launched with 1920 teams and 8 threads in each team.
3+ // and is launched with 460 teams and 32 threads in each team.
44//
55// RUN: %libomptarget-compile-generic -fopenmp-target-fast -fopenmp-target-fast-reduction
66// RUN: env LIBOMPTARGET_KERNEL_TRACE=1 LIBOMPTARGET_AMDGPU_LOW_TRIPCOUNT=15360 LIBOMPTARGET_AMDGPU_ADJUST_XTEAM_RED_TEAMS=32 \
@@ -37,5 +37,5 @@ int main() {
3737}
3838// clang-format off
3939/// CHECK: DEVID:[[S:[ ]*]][[DEVID:[0-9]+]] SGN:8
40- /// CHECK: teamsXthrds:(1920X 8 )
40+ /// CHECK: teamsXthrds:( 480X 32 )
4141
Original file line number Diff line number Diff line change 1+ // XFAIL: amdgcn-amd-amdhsa
12// clang-format off
23// This test verifies correctness of Xteam Reduction for reduced precision types.
3- //
4+ //
45// RUN: %libomptarget-compile-generic -fopenmp-target-fast -lmlir_float16_utils
56// RUN: env LIBOMPTARGET_KERNEL_TRACE=1 %libomptarget-run-generic 2>&1 | %fcheck-generic
67
You can’t perform that action at this time.
0 commit comments