Skip to content

Commit

Permalink
Merge pull request #52 from Xilinx/tiagot.remove_sin_test
Browse files Browse the repository at this point in the history
chore: remove sin test.
  • Loading branch information
ttjost authored Jun 13, 2024
2 parents d1c6edd + 1b61ca5 commit c528161
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/Dialect/XTenNN/ops_invalid.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ func.func @mish_int(%arg0: tensor<1x10xi4>) -> tensor<1x10xi4> {
%0 = xten_nn.mish %arg0 : (tensor<1x10xi4>) -> tensor<1x10xi4>
return %0 : tensor<1x10xi4>
}

// -----

func.func @sin_int(%arg0: tensor<1x10xi4>) -> tensor<1x10xi4> {
// expected-error@+1 {{op operand #0 must be tensor of floating-point values, but got 'tensor<1x10xi4>'}}
%0 = xten_nn.sin %arg0 : (tensor<1x10xi4>) -> tensor<1x10xi4>
return %0 : tensor<1x10xi4>
}

0 comments on commit c528161

Please sign in to comment.