Skip to content

Commit

Permalink
Remove unsupported options from joint matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsji committed Dec 17, 2024
1 parent e57baca commit a77fba6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV

; TODO: enable back once the reverse translation with untyped pointers is fixed
; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix -o %t.rev.bc
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL

; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV

; TODO: enable back once the reverse translation with untyped pointers is fixed
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc --spirv-force-cooperative-matrix
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-MATRIX
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV

; TODO: enable back once the reverse translation with untyped pointers is fixed
; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix -o %t.rev.bc
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL

; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV

; TODO: enable back once the reverse translation with untyped pointers is fixed
; R/UN: llvm-spirv -r %t.spv --spirv-force-joint-matrix -o %t.rev.bc
; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM-GENERAL

; R/UN: llvm-spirv -r %t.spv -o %t.rev.bc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
; RUN: FileCheck < %t.spt %s --check-prefix=CHECK-SPIRV

; TODO: enable back once the reverse translation with untyped pointers is fixed
; R/UN: llvm-spirv -r --spirv-force-cooperative-matrix --spirv-target-env=SPV-IR %t.spv -o %t.rev.bc
; R/UN: llvm-spirv -r --spirv-target-env=SPV-IR %t.spv -o %t.rev.bc
; R/UN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM

; CHECK-SPIRV-DAG: Capability CooperativeMatrixKHR
Expand Down

0 comments on commit a77fba6

Please sign in to comment.