Commit c9c0500
Fix incorrect kernel mappings in Cadence HiFi functions.yaml (#15216)
Summary:
Fixed two bugs in fbcode/executorch/backends/cadence/aot/functions_hifi.yaml:
1. cadence::quantize_per_tensor_asym16u was incorrectly mapped to impl::HiFi::quantize_per_tensor_asym16s_out instead of asym16u_out
2. cadence::dequantize_per_tensor_asym32s was incorrectly mapped to impl::HiFi::dequantize_per_tensor_asym16s_out instead of asym32s_out
Differential Revision: D848654631 parent 08835bf commit c9c0500
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
0 commit comments