File tree 5 files changed +5
-5
lines changed
llvm-spirv/test/extensions
INTEL/SPV_INTEL_joint_matrix
KHR/SPV_KHR_cooperative_matrix
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
15
15
16
16
; 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
18
18
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
19
19
20
20
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Original file line number Diff line number Diff line change 13
13
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
14
14
15
15
; 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
17
17
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-MATRIX
18
18
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
19
19
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
Original file line number Diff line number Diff line change 14
14
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
15
15
16
16
; 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
18
18
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
19
19
20
20
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Original file line number Diff line number Diff line change 14
14
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
15
15
16
16
; 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
18
18
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
19
19
20
20
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Original file line number Diff line number Diff line change 15
15
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV
16
16
17
17
; 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
19
19
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM
20
20
21
21
; CHECK-SPIRV-DAG: Capability CooperativeMatrixKHR
You can’t perform that action at this time.
0 commit comments