File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
- // RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph .dot %} %else %{ %{run} %t.out %}
2
+ // RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph_verbose .dot %} %else %{ %{run} %t.out %}
3
3
// Windows output format differs from linux format.
4
4
// The filecheck-based output checking is suited to linux standards.
5
5
// On Windows, we only test that printing takes place correctly and does not
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
- // RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph .dot %} %else %{ %{run} %t.out %}
2
+ // RUN: %if linux && (ext_oneapi_level_zero || ext_oneapi_cuda) %{ %{run} %t.out ; FileCheck %s --input-file graph_verbose .dot %} %else %{ %{run} %t.out %}
3
3
// Windows output format differs from linux format.
4
4
// The filecheck-based output checking is suited to linux standards.
5
5
// On Windows, we only test that printing takes place correctly and does not
Original file line number Diff line number Diff line change 5
5
//
6
6
// CHECK-NOT: LEAK
7
7
8
- // This test should be removed as using buffers that don't exceed the
9
- // lifetime of the graph doesn't satisfy the graphs extension spec.
10
- // XFAIL: *
8
+ // This test should be removed or modified as using buffers that don't exceed
9
+ // the lifetime of the graph doesn't satisfy valid usage of the graphs
10
+ // extension.
11
+ // REQUIRES: NOT_YET_IMPLEMENTED
11
12
12
13
// This test creates a temporary buffer which is used in kernels, but
13
14
// destroyed before finalization and execution of the graph.
You can’t perform that action at this time.
0 commit comments