swh:1:snp:71afc25eb6e6e055a37a962e6b91010ec35e397f
Revision f4f6f1631e23a84216e69f6a7f46f8a8b2e868d6 authored by James Bradbury on 11 November 2019, 06:49:23 UTC, committed by James Bradbury on 14 November 2019, 00:23:42 UTC
Previously I'd focused on making sure jitted functions called inside
tagged ones didn't mess with the tagging tree, by propagating that tree
outside argument passing.

That doesn't work when we want to tag values inside jitted parts of the
tagged function, so this change switches things around to propagate the
tagging tree through (e.g. jit) argument passing like ordinary values.
1 parent c6bfc7f
History
Tip revision: 0c543aef1d90f87ae20ace7a0537a30ac63d6267 authored by Yash Katariya on 17 August 2024, 00:21:10 UTC
Match the argument name with the name in `Args` section in docstring
Tip revision: 0c543ae
File Mode Size
build
design_notes
docs
examples
images
jax
jaxlib
tests
.gitignore -rw-r--r-- 167 bytes
.readthedocs.yml -rw-r--r-- 504 bytes
.travis.yml -rw-r--r-- 1.6 KB
CONTRIBUTING.md -rw-r--r-- 581 bytes
LICENSE -rw-r--r-- 11.1 KB
LICENSE_SHORT -rw-r--r-- 575 bytes
README.md -rw-r--r-- 31.5 KB
WORKSPACE -rw-r--r-- 1.7 KB
pylintrc -rw-r--r-- 1.6 KB
setup.py -rw-r--r-- 1.1 KB

README.md

back to top