- 07 8月, 2025 4 次提交
-
-
由 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 12 次提交
-
-
由 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 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
This reduces the number of rewrite passes, by avoiding constant fold of cast/expand_dims/alloc
-
由 Ricardo Vieira 提交于
-
- 15 7月, 2025 4 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Jesse Grabowski 提交于
* Refactor QR * Update JAX QR dispatch * Update Torch QR dispatch * Update numba QR dispatch
-
由 Ricardo Vieira 提交于
Also remove broadcast which is not a method in Xarray
-
由 Ricardo Vieira 提交于
-
- 14 7月, 2025 1 次提交
-
-
由 Pablo de Roque 提交于
-
- 13 7月, 2025 2 次提交
-
-
由 PabloRoque 提交于
-
由 Ben Mares 提交于
-