You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Enhancement] Add support for symbolic dimensions in Cython kernel adapter and improve static shape validation in wrapper (#1024)
* [Enhancement] Add support for symbolic dimensions in Cython kernel adapter and improve static shape validation in wrapper
* [BugFix] Fix shape mismatch and deprecate `T.if()` in fused_moe example
* [Fix] Add `is_symbolic_expr` function to check for symbolic expressions in TIR
- Introduced a new utility function `is_symbolic_expr` to determine if an expression is a symbolic expression, enhancing type checking capabilities.
- Updated shape handling in `CythonKernelAdapter` to utilize the new function, improving handling for symbolic shapes.
0 commit comments