inducer / arraycontext

Choose your favorite numpy-workalike!
6 stars 11 forks source link

Parameter studies #265

Open nkoskelo opened 3 months ago

nkoskelo commented 3 months ago

This is an enhancement pull request.

Its purpose is to allow a user to specify a program, P($var1$, $var2$, $\dots$) $\rightarrow out$ and transform it into a new program $P'(var1{s1}, var2{s2}, \dots)$ $\rightarrow out{s1,s2}$. $out{s1,s2, \dots}$ will contain the answers to running $P$ on each input variable grouping in the input shape.

Needs:

inducer commented 3 months ago

Unsubscribing... @-mention or request review once it's ready for a look or needs attention.

inducer commented 3 months ago

Unsubscribing... @-mention or request review once it's ready for a look or needs attention.