Skip to content

Commit

Permalink
Add comment about usage of uint
Browse files Browse the repository at this point in the history
  • Loading branch information
jorickert committed Mar 5, 2025
1 parent ab36fa5 commit df94a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Conversion/XTenNNToTosa/quantization.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ module attributes{} {
// --

module attributes{} {
// COM: tosa does not support casts from/to unsigned, but tosa-mlir does as extension
// CHECK-LABEL: func.func @explicit_case_bf16_to_uint16
// CHECK-SAME: ([[PARAM_0_:%.+]]: tensor<1x3x4x4xbf16>) -> tensor<1x3x4x4xbf16> {
// CHECK-DAG: [[VAR_0_:%.+]] = "tosa.const"() <{value = dense<3.125000e-02> : tensor<1x1x1x1xbf16>}> : () -> tensor<1x1x1x1xbf16>
Expand Down

0 comments on commit df94a7b

Please sign in to comment.