- 08 2月, 2023 26 次提交
-
-
由 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 提交于
-
- 25 1月, 2023 1 次提交
-
-
由 SangamSwadiK 提交于
* fix math typo in sigmoid * fix math typo in sigmoid
-
- 14 1月, 2023 1 次提交
-
-
由 Ben Mares 提交于
* Adjust setup-miniconda parameters This is in hopes of resolving sporadic errors. Ref: <https://github.com/conda-incubator/setup-miniconda/issues/274> * Adjust setup-miniconda for benchmarks * Remove matrix entry in benchmarks
-