https://github.com/dfdx/umlaut.jl
The Code Tracer
https://github.com/dfdx/umlaut.jl
Last synced: 7 months ago
JSON representation
The Code Tracer
- Host: GitHub
- URL: https://github.com/dfdx/umlaut.jl
- Owner: dfdx
- License: mit
- Created: 2022-01-06T23:10:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T23:47:03.000Z (over 1 year ago)
- Last Synced: 2025-03-02T14:09:12.959Z (over 1 year ago)
- Language: Julia
- Homepage:
- Size: 646 KB
- Stars: 32
- Watchers: 4
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ümlaut
[](https://dfdx.github.io/Umlaut.jl/dev)
[](https://github.com/dfdx/Umlaut.jl/actions/workflows/test.yml)
Umlaut.jl is a code tracer for the Julia programming language. It lets you trace the function execution, recording all primitive operations onto a linearized tape.
> :point_right: Umlaut.jl was started as a fork of Ghost.jl trying to overcome some of its
> limitations, but eventually the codebase has diverged so much that the new package was
> born. Although the two have pretty similar API, there are several notable differences.
> See [Migration from Ghost](https://dfdx.github.io/Umlaut.jl/dev/ghost/) for details.