File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// FIXME: the rocm include path and link path are highly platform dependent,
2
2
// we should set this with some variable instead.
3
- // RUN: %{build} -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
3
+ // RUN: %{build} -Wno-error=deprecated-pragma - o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
4
4
// RUN: %{run} %t.out
5
5
// REQUIRES: hip
6
6
// REQUIRES: build-and-run-mode
Original file line number Diff line number Diff line change 1
1
// FIXME: the rocm include path and link path are highly platform dependent,
2
2
// we should set this with some variable instead.
3
- // RUN: %{build} -Wno-error=deprecated-declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
3
+ // RUN: %{build} -Wno-error=deprecated-pragma -Wno-error=deprecated- declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
4
4
// RUN: %{run} %t.out
5
5
// REQUIRES: hip
6
6
// REQUIRES: build-and-run-mode
You can’t perform that action at this time.
0 commit comments