Skip to content

Commit

Permalink
Update tests/e2e/subbyte_types/subbyte_types.mlir
Browse files Browse the repository at this point in the history
Co-authored-by: Han-Chung Wang <[email protected]>
  • Loading branch information
lialan and hanhanW authored Nov 11, 2024
1 parent 426dd2c commit 16352b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/subbyte_types/subbyte_types.mlir
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
func.func @i1_type() {
%c0 = arith.constant 0 : index
%c255 = arith.constant 255 : i8
%input1 = util.unfoldable_constant dense<[85]> : tensor<1xi8> // 0,1,0,1,0,1,0,1
%input2 = util.unfoldable_constant dense<[170]> : tensor<1xi8> // 1,0,1,0,1,0,1,0
%input1 = util.unfoldable_constant dense<[85]> : tensor<1xi8> // 0b010101...
%input2 = util.unfoldable_constant dense<[170]> : tensor<1xi8> // 0b101010...
%lhs = flow.tensor.bitcast %input1 : tensor<1xi8> -> tensor<8xi1>
%rhs = flow.tensor.bitcast %input2 : tensor<1xi8> -> tensor<8xi1>
%empty = tensor.empty() : tensor<8xi1>
Expand Down

0 comments on commit 16352b1

Please sign in to comment.