COMMITS
/ backends/cadence/aot/tests/test_replace_ops_passes.py May 19, 2025
M
Remove ReplaceTCopyWithTransform
mcremon-meta committed
May 3, 2025
M
Make quantize_pt2 return an ExportedProgram instead of a GraphModule
mcremon-meta committed
May 1, 2025
E
Implement a coversion pass from pow(E,x) to E-1 mul ops.
eigen-k committed
April 26, 2025
M
Move the transpose matmul pass to OSS and run it earlier in the flow
mcremon-meta committed
April 25, 2025
M
Add quantize_and_export_to_edge and quantize_and_export_to_executorch
mcremon-meta committed
April 23, 2025
H
Fix linter (#10404)
Hansong committed
E
Implement a coversion pass: pow(2,x) to mul(x,x).
eigen-k committed
April 22, 2025
M
Replace split_with_sizes_copy with slice_copy
mcremon-meta committed
April 18, 2025
H
Remove unused pass and test to replace `linalg.vector_norm`.
Hardik Sharma committed
April 14, 2025
M
Add approximate gelu replacement to opt level 2
mcremon-meta committed
April 2, 2025
M
Add cadence.where_Scalar op
mcremon-meta committed
February 12, 2025
M
Fix headers for OSS repo
mcremon-meta committed
February 5, 2025
H
Add missing Pyre mode headers
Hansong committed
February 4, 2025
H
Add a pass to replace nodes with empty tensors with full.
Hardik Sharma committed