- 04 2月, 2025 3 次提交
-
-
由 ricardoV94 提交于
A shortcut in the numpy implementation of einsum_path when there's nothing to optimize, creates a default path that can combine more than 2 operands. Our implementation only works with 2 or 1 operand operations at each step. https://github.com/numpy/numpy/blob/cc5851e654bfd82a23f2758be4bd224be84fc1c3/numpy/_core/einsumfunc.py#L945-L951
-
由 ricardoV94 提交于
Nothing clever was going on, unknown dims were simply faked as having length 8 for JAX polymorphism export
-
由 ricardoV94 提交于
-
- 03 2月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
Internal API changed in numba 0.61 Existing benchmarks don't show any difference in performance
-
- 01 2月, 2025 2 次提交
-
-
由 ricardoV94 提交于
-
由 Ricardo Vieira 提交于
-
- 29 1月, 2025 6 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
It replaces the old warning that does not actually apply by a more informative and actionable one. This warning was for Ops that might use the alternative blas_headers, which rely on the Numpy C-API. However, regular PyTensor user has not used this for a while. The only Op that would use C-code with this alternative headers is the GEMM Op which is not included in current rewrites. Instead Dot22 or Dot22Scalar are introduced, which refuse to generate C-code altogether if the blas flags are missing.
-
由 Adhvaith Hundi 提交于
* Add 'overwrite_existing' flag to allow graph rewrites and include appropriate testing * Encapsulate test rewriters and use user-facing API --------- Co-authored-by:Ricardo Vieira <ricardo.vieira1994@gmail.com>
-
- 28 1月, 2025 1 次提交
-
-
由 Jesse Grabowski 提交于
-
- 25 1月, 2025 1 次提交
-
-
由 Adarsh Dubey 提交于
-
- 24 1月, 2025 11 次提交
-
-
由 Luciano Paz 提交于
-
由 Ricardo Vieira 提交于
Also allow arbitrary capitalization of the modes. Also make linker and optimizer non-mutable config as the mode is cached after using them for the first time.
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
由 Ben Mares 提交于
-
由 Ricardo Vieira 提交于
Accidentally introduced in c655b028 Also move tests to the rewriting test file
-
- 22 1月, 2025 1 次提交
-
-
由 Ben Mares 提交于
-
- 16 1月, 2025 2 次提交
-
-
由 Ben Mares 提交于
* Add trusted publishing * Don't persist credentials in pypi.yml Ref: <https://woodruffw.github.io/zizmor/audits/#artipacked> * Don't attempt to publish from forks * Include more comments
-
由 Ben Mares 提交于
* Don't persist credentials in pypi.yml Ref: <https://woodruffw.github.io/zizmor/audits/#artipacked> * Don't persist credentials This is an insecure default on GitHub that increases the chances of credential leakage. <https://unit42.paloaltonetworks.com/github-repo-artifacts-leak-tokens/> * Add zizmor exception for RTD pull_request_target trigger * Create zizmor workflow
-
- 14 1月, 2025 7 次提交
-
-
由 ricardoV94 提交于
1. Use actual Solve Op to infer output dtype as CholSolve outputs a different dtype than basic Solve in Scipy==1.15 2. Tweaked test related to https://github.com/pymc-devs/pytensor/issues/1152 3. Tweak tolerage
-
由 Ricardo Vieira 提交于
-
由 ricardoV94 提交于
Fixes bug in `local_add_neg_to_sub` reported in https://github.com/pymc-devs/pytensor/issues/584
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
由 ricardoV94 提交于
-
- 13 1月, 2025 1 次提交
-
-
由 Jesse Grabowski 提交于
* Add example gallery * Add example gallery * Update rtd environment * Fix typo in `generate_gallery.py` * Add graph rewriting tutorial to examples * Add default gallery image * Fix default image path * Add default image * Add scan tutorial example * Add header links to github/colab/binder Add ablog with tags, authors, and categories Modify example notebooks * Update license and package name in footer Delete placeholder notebook * Delete docs for `sandbox` module * rename `pytensor.tensor.var._tensor_py_operators` -> `pytensor.tensor.variable._tensor_py_operators` * Fix underline lengths * Remove reference to depreciated functions * Add end of file newline * Remove references to sandbox * Try adding sitemap and robots.txt * pre-commit * Add cross-references and fix formatting * Fix cross-reference
-
- 06 1月, 2025 2 次提交
-
-
由 Ricardo Vieira 提交于
-
由 Ricardo Vieira 提交于
-
- 01 1月, 2025 1 次提交
-
-
由 ricardoV94 提交于
-