- 20 9月, 2025 1 次提交
-
-
由 ricardoV94 提交于
-
- 14 9月, 2025 1 次提交
-
-
由 Juan Orduz 提交于
-
- 06 9月, 2025 1 次提交
-
-
由 Juan Orduz 提交于
* nb init * small cleanup and re-run * add section to gallery * final cleanup * title * rename * rename section
-
- 05 9月, 2025 3 次提交
-
-
由 Joren Hammudoglu 提交于
* add `scipy-stubs` as development depedency * fix `scipy-stubs` squigglies
-
由 Ricardo Vieira 提交于
* Add compiler_verbose config flag * Add entry in `config.rst` for `compiler_verbose` --------- Co-authored-by:Jesse Grabowski <jessegrabowski@gmail.com>
-
- 03 9月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 01 9月, 2025 1 次提交
-
-
由 Ricardo Vieira 提交于
-
- 31 8月, 2025 3 次提交
- 29 8月, 2025 2 次提交
-
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
- 19 8月, 2025 1 次提交
-
-
由 juanitorduz 提交于
-
- 07 8月, 2025 6 次提交
-
-
由 Oriol Abril-Pla 提交于
-
由 Ricardo Vieira 提交于
Also cover cases of AdvancedIncSubtensor with batch indices that were not supported before
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
* Skip slow numba pad tests * Reduce number of Second tests * Update test.yml
-
- 01 8月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 31 7月, 2025 2 次提交
- 29 7月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
They don't simplify shape inference, since the operation is never meaningful shape-wise
-
- 28 7月, 2025 1 次提交
-
-
由 Will Dean 提交于
-
- 27 7月, 2025 3 次提交
-
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
- 26 7月, 2025 1 次提交
-
-
由 Jesse Grabowski 提交于
* Add `concat_with_broadcast` helper function Use new helper in xt.concat Co-authored-by:
Ricardo <ricardo.vieira1994@gmail.com> * block_diag dot rewrite Co-authored-by:
Ricardo <ricardo.vieira1994@gmail.com> --------- Co-authored-by:
Ricardo <ricardo.vieira1994@gmail.com>
-
- 25 7月, 2025 6 次提交
-
-
由 Luca Citi 提交于
* Implemented allow_cast in PatternNodeRewriter to allow rewrites that would otherwise fail when the new and old dtype differ. Example: `np.array(1., "float64") - sigmoid(x)` cannot be rewritten as `sigmoid(-x)` (where x is an fmatrix) because the type would change. This commit allows an automatic cast to be added so the expression is rewritten as `cast(sigmoid(-x), "float64")`. Relevant tests added. * Added test cases for which issue #1497 fails * Changed PatternNodeRewriter::transform to allow types that do not contain dtype like MyType in the tests * Address #1497 by changing instances of np.isclose to a function isclose, which uses 10 ULPs by default * Addressed failed tests (with older python/numpy versions) * Addressed feedback by ricardoV94 * Test PatternNodeRewriter doesn't support multi-output nodes in pattern But it's fine if they're just root inputs --------- Co-authored-by:
Luca Citi <lciti@ieee.org> Co-authored-by:
Ricardo Vieira <ricardo.vieira1994@gmail.com>
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 23 7月, 2025 3 次提交
-
-
由 Ricardo Vieira 提交于
The marked xfail test was failing because Ger wasn't introduced, not because of the complex dtype.
-
由 Ricardo Vieira 提交于
New rewrite is added to convert unpaired batched row/column matvec or vec products as equivalent matmul products.
-
由 Ricardo Vieira 提交于
-