File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
offload/test/offloading/gpupgo Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
// RUN: -Xarch_device -fprofile-update=atomic
4
4
// RUN: env LLVM_PROFILE_FILE=%basename_t.llvm.profraw \
5
5
// RUN: %libomptarget-run-generic 2>&1
6
- // RUN: llvm- profdata show --all-functions --counts \
6
+ // RUN: % profdata show --all-functions --counts \
7
7
// RUN: %target_triple.%basename_t.llvm.profraw | \
8
8
// RUN: %fcheck-generic --check-prefix="LLVM-PGO"
9
9
12
12
// RUN: -Xarch_device -fprofile-update=atomic
13
13
// RUN: env LLVM_PROFILE_FILE=%basename_t.clang.profraw \
14
14
// RUN: %libomptarget-run-generic 2>&1
15
- // RUN: llvm- profdata show --all-functions --counts \
15
+ // RUN: % profdata show --all-functions --counts \
16
16
// RUN: %target_triple.%basename_t.clang.profraw | \
17
17
// RUN: %fcheck-generic --check-prefix="CLANG-PGO"
18
18
19
- // REQUIRES: gpu
19
+ // REQUIRES: amdgpu
20
20
// REQUIRES: pgo
21
21
22
22
int test1 (int a ) { return a / 2 ; }
Original file line number Diff line number Diff line change 3
3
// RUN: -Xarch_device -fprofile-update=atomic
4
4
// RUN: env LLVM_PROFILE_FILE=%basename_t.llvm.profraw \
5
5
// RUN: %libomptarget-run-generic 2>&1
6
- // RUN: llvm- profdata show --all-functions --counts \
6
+ // RUN: % profdata show --all-functions --counts \
7
7
// RUN: %target_triple.%basename_t.llvm.profraw | \
8
8
// RUN: %fcheck-generic --check-prefix="LLVM-PGO"
9
9
12
12
// RUN: -Xarch_device -fprofile-update=atomic
13
13
// RUN: env LLVM_PROFILE_FILE=%basename_t.clang.profraw \
14
14
// RUN: %libomptarget-run-generic 2>&1
15
- // RUN: llvm- profdata show --all-functions --counts \
15
+ // RUN: % profdata show --all-functions --counts \
16
16
// RUN: %target_triple.%basename_t.clang.profraw | \
17
17
// RUN: %fcheck-generic --check-prefix="CLANG-PGO"
18
18
19
- // REQUIRES: gpu
19
+ // REQUIRES: amdgpu
20
20
// REQUIRES: pgo
21
21
22
22
int test1 (int a ) { return a / 2 ; }
You can’t perform that action at this time.
0 commit comments