- 08 2月, 2023 28 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
It doesn't make sense to include `fast_run` if `fast_compile` mode is being used. Some rewrites such as the FusionOptimizer are not compatible with `fast_compile` mode which prevents the creation of C thunks. The FusionOptimizer has no way of knowing this is the case, and assumes it is safe to return Composites with more than 32 operands, even though that's not the case with the Python perform method.
-
由 Ricardo Vieira 提交于
This was not an issue in my local machine, but failed on the Github CI. It could be due to compiler optimizations. Case 69 used to look like this: ```python Elemwise{Composite{(i0 * tan(i0) * tan(i0) * i1)}} [id C] |x [id A] |x [id A] ``` And now looks like this ```python Elemwise{Composite{(i0 * tan(i0) * tan(i0) * i0)}} [id C] |x [id A] [None] ``` -
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
* Move local_add_mul_fusion to `rewriting/elemwise` and remove unused/duplicated TestAddMulFusion tests * Use EquilibriumGraphRewriter for local_add_mul_fusion * Do not register optional rewrites if tensor__local_elemwise_fusion flag is disabled
-
由 Ricardo Vieira 提交于
-
由 Virgile Andreani 提交于
-
由 Brandon T. Willard 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Rémi Louf 提交于
-
由 Adrian Seyboldt 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 07 2月, 2023 4 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 06 2月, 2023 2 次提交
-
-
由 Cove Geary 提交于
-
由 Tamás Tőkés 提交于
* Rewrite products of exponents as exponent of sum. Rewrite e^x*e^y to e^(x+y), e^x/e^y to e^(x-y). * Rewrite a^x * a^y to a^(x+y)
-
- 05 2月, 2023 2 次提交
-
-
由 Cove Geary 提交于
-
由 Virgile Andreani 提交于
-
- 28 1月, 2023 1 次提交
-
-
由 dependabot[bot] 提交于
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.11.4 to 2.12.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](https://github.com/pypa/cibuildwheel/compare/v2.11.4...v2.12.0) --- updated-dependencies: - dependency-name: pypa/cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 26 1月, 2023 3 次提交
-
-
由 Ricardo Vieira 提交于
Dependency is optional
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-