Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass to eliminate redundant branch and overcompute (#17170)
* Implementation to eliminate redundant branch introduced due to operator padding and overcompute, this creates more opportunities to vectorize the code * Fixed lint error in transform.py file * Fixed lint errors in the file using_assume_to_reduce_branches.cc * Fixed lint error in transform.py related to line too long * Fixed Lint error related to space and length of the sentence in using_assume_to_reduce_branches.cc * Fixed lint error : trailing whitespaces in using_assume_to_reduce_breanches.cc * Fixed lint error: clang format issue in cpp files * fixed pylint errors in python files and used clang format to format the cpp files * Ran black format and removed the attr_registry_map.h import as it was running into some other issue because of which build was failing
- Loading branch information