Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Infer rank where possible

vinciguerra_a requested to merge vinciguerra_a/ippl:infer-dim into master

In !157 (merged), range policy generators and ippl::apply were introduced with a mandatory template parameter that indicated the rank of the underlying field. This MR removes this parameter by extracting the rank from the view directly (for range policy generation) and by modifying IPPL expressions to expose their rank (for apply). This makes things simpler for the caller.

Edited by vinciguerra_a

Merge request reports