- 11 3月, 2023 5 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 10 3月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 08 3月, 2023 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Without extracting the underlying numeric value of a constant TensorVariable `length`, `stop == length` would always fail.
-
- 06 3月, 2023 2 次提交
-
-
由 Sudarsan Mansingh 提交于
* Rename sgn to sign
-
由 dependabot[bot] 提交于
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 25 2月, 2023 3 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 20 2月, 2023 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 14 2月, 2023 1 次提交
-
-
由 Adrian Seyboldt 提交于
Empty DimShuffles would return a scalar instead of an array, which can then lead to errors in ops that expect an array.
-
- 12 2月, 2023 1 次提交
-
-
由 Virgile Andreani 提交于
-
- 08 2月, 2023 24 次提交
-
-
由 Cove Geary 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 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 提交于
-