File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
llvm-spirv/test/extensions
INTEL/SPV_INTEL_joint_matrix
KHR/SPV_KHR_cooperative_matrix Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1515
1616; TODO: enable back once the reverse translation with untyped pointers is fixed
17- ; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix - o %t.rev.bc
17+ ; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1818; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
1919
2020; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Original file line number Diff line number Diff line change 1313; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1414
1515; TODO: enable back once the reverse translation with untyped pointers is fixed
16- ; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc --spirv-force-cooperative-matrix
16+ ; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1717; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-MATRIX
1818; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1919; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
Original file line number Diff line number Diff line change 1414; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1515
1616; TODO: enable back once the reverse translation with untyped pointers is fixed
17- ; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix - o %t.rev.bc
17+ ; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1818; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
1919
2020; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Original file line number Diff line number Diff line change 1414; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1515
1616; TODO: enable back once the reverse translation with untyped pointers is fixed
17- ; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix - o %t.rev.bc
17+ ; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
1818; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
1919
2020; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Original file line number Diff line number Diff line change 1515; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
1616
1717; TODO: enable back once the reverse translation with untyped pointers is fixed
18- ; R/UN: llvm-spirv -r --spirv-force-cooperative-matrix --spirv- target-env=SPV-IR %t.spv -o %t.rev.bc
18+ ; R/UN: llvm-spirv -r --spirv-target-env=SPV-IR %t.spv -o %t.rev.bc
1919; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM
2020
2121; CHECK-SPIRV-DAG: Capability CooperativeMatrixKHR
You can’t perform that action at this time.
0 commit comments