From df94a7b4958212bc029b0743e38052e5422dd09c Mon Sep 17 00:00:00 2001 From: "Rickert, Jonas" Date: Wed, 5 Mar 2025 09:57:57 +0000 Subject: [PATCH] Add comment about usage of uint --- test/Conversion/XTenNNToTosa/quantization.mlir | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Conversion/XTenNNToTosa/quantization.mlir b/test/Conversion/XTenNNToTosa/quantization.mlir index a6fee43..763e5ee 100644 --- a/test/Conversion/XTenNNToTosa/quantization.mlir +++ b/test/Conversion/XTenNNToTosa/quantization.mlir @@ -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>