- 14 3月, 2025 6 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
This will always require a roll at the end, for a minimal gain
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
isinstance(..., int) does not recognize numpy.integers Also remove maxsize logic
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 13 3月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Abhinav 提交于
-
- 12 3月, 2025 3 次提交
-
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
- 11 3月, 2025 1 次提交
-
-
由 Abhinav 提交于
* fixed Einsum failing with repeated inputs * Optimise the _ensure_not_equal function Co-authored-by:
Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> * Fix einsum failing on repeated inputs * Fix einsum failing with repeated inputs * Added regression test for repeated inputs to the einsum function * Fix for failing test Co-authored-by:
Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com> --------- Co-authored-by:
Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
-
- 10 3月, 2025 1 次提交
-
-
由 Margus Niitsoo 提交于
-
- 09 3月, 2025 2 次提交
-
-
由 Thomas Wiecki 提交于
-
由 Aarsh-Wankar 提交于
-
- 05 3月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
Some poorly implemented BLAS operations don't handle them correctly
-
- 04 3月, 2025 6 次提交
-
-
由 Jesse Grabowski 提交于
* Add transposed argument to `solve` and `solve_triangular` * Expand test coverage for `Solve` and `SolveTriangular`
-
由 ricardoV94 提交于
Started failing in 0.4.36: https://github.com/jax-ml/jax/issues/26888 Skip failing JAX test Started failing in 0.4.36 and seems to be fixed in 0.5.1
-
由 Ricardo Vieira 提交于
Extends pre-existing rewrite to ravel multiple integer indices, and to place them consecutively. The following cases should now be supported without object mode: * Advanced integer indexing (not mixed with basic or boolean indexing) that do not require broadcasting of indices * Consecutive advanced integer indexing updating (set/inc) (not mixed with basic or boolean indexing) that do not require broadcasting of indices or y.
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 dependabot[bot] 提交于
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.22.0 to 2.23.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.22.0...v2.23.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>
-
- 28 2月, 2025 2 次提交
-
-
由 Chris Fonnesbeck 提交于
-
由 Aarsh Wankar 提交于
-
- 27 2月, 2025 5 次提交
-
-
由 Ricardo Vieira 提交于
JAX needs no special handling because it excludes inplace rewrites.
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 25 2月, 2025 7 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Introduced in e593b0ac due to a bug when inputs had zero-strides. The bug can be fixed just by removing a block that assumed some `full`/`broadcasting` behavior by the operation, but this is not happening with DimShuffle.
-
由 ricardoV94 提交于
This was caused by 223ee154, which used the generic `PyArray_IntpConverter` to convert the shape numpy vector into a simple C-array for the Reshape operation. There seems to be no need for this change as the strides were correctly used Profiling suggests the previous changes caused a 7.5x slowdown. The benchmark detects only a 2.3x slowdown due to the PyTensor call overhead.
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 24 2月, 2025 4 次提交
-
-
由 Aarsh Wankar 提交于
* Added print_shape option to debugprint and simplify __str__ logic in TensorType * Add print_memory_map option to debugprint to enable destroy and view maps
-
由 Will Dean 提交于
-
由 Ricardo Vieira 提交于
-
由 Ben Mares 提交于
For more context, see the discussion in: https://github.com/conda-forge/pytensor-suite-feedstock/pull/133#issuecomment-2673831166
-