Tullio is a very flexible einsum macro. It understands many array operations written in index notation -- not just matrix multiplication and permutations, but also convolutions, stencils, scatter/gather, and broadcasting. Used by itself the macro writes ordinary nested loops much like Einsum.@einsum. One difference is that it can parse more expressions, and infer ranges for their indices. Another is that it will use multi-threading (via Threads.@spawn) and recursive tiling, on large enough arrays.
Features
- It uses LoopVectorization.@avx to speed many things up
- It uses KernelAbstractions.@kernel to make a GPU version
- The macro also tries to provide a gradient for use with Tracker
- The entire right hand side is summed over the full possible range of any indices not appearing on the left
- Co-operates with various other packages
- One difference is that it can parse more expressions
Categories
Data VisualizationLicense
MIT LicenseFollow Tullio.jl
Other Useful Business Software
Skillfully - The future of skills based hiring
Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Tullio.jl!