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
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
[FEATURE] Add _npi_power_scalar and _npi_multiply_scalar fuse (#20976)
* [FEATURE] Add _npi_power_scalar and _npi_multiply_scalar fuse
* Merge _npi_power_scalar implementation with implementation of this fuse
* Fix clang
* Fix CI
* Fix review and simplify the implementation
* Add checks for the amount of inputs and outputs
* Fix CI
* Add Reset() function
* Fix DNNLPowMulScalarShape and Type functions
* Fix DNNLPowMulScalarType
* Fix DNNLPowMulScalarType
* Add generic implementation for sq_pow_mul_scalar operator
* Fix sanity
* Fix req
* Add Filter method to property
* Add new line
* Fix gpu CI
* Add '_sg_pow_mul_scalar' to symbol_fp16.py
* Fix CI on MacOS
* Fix SupportDNNL*
* Make PowMulScalarCompute more readable
* Fix PowMulScalarCompute
* Fix memory usage
* Fix build
0 commit comments