Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure expression simplification is enabled in proveLinearAndGetStride
When debugging the matmul scheduler, I noticed that we hit an error when generating Hopper MMA when we use `NVFUSER_DISABLE=expr_simplify`. This PR makes that possible again. Note that the option is disabled only within `proveLinearAndGetStride` so it has no direct effect on index expressions, which is what we want to look at when using that option.
- Loading branch information