nchristensen / feintune

Autotune batched einsum loopy programs
MIT License
2 stars 0 forks source link

Slabs don't work when loops share tags #1

Open nchristensen opened 1 year ago

nchristensen commented 1 year ago

Seems to create duplicate loop domains

nchristensen commented 1 year ago

Are the slabs created during pre-processing? If so, maybe decomposing, preprocessing, and then recombining the instructions would work.

nchristensen commented 1 year ago

Seems to occur during codegen rather than pre-processing so this isn't an option.