Mohamed Tarek
Mohamed Tarek
Hmm but I don't want to update any of the direct dependencies (the packages in the Project.toml). Does it make sense to only update the indirect deps, or prompt the...
This is also technically a breaking change if we don't project.
I like the idea of lazy projections. Maybe that would also provide a way to opt out of the projection at the gradient level by calling a `get_projection_parent` function to...
I suppose you could just define your own `mydot` function for now and define a rule following this PR.
Maybe even create a package `LazyLinearAlgebra` that defines most linalg operations in a lazy fashion and their lazy rules.