loopy icon indicating copy to clipboard operation
loopy copied to clipboard

generate_loop_schedule_v2

Open kaushikcfd opened this issue 3 years ago • 4 comments

Implementation for finding loop nest around map in O(N.k), 'N' being the number of inames and 'k' being the max. loop depth.

For comparison, let's consider the kernel in #288: on main this map in computed in 5 minutes and this branch takes 30 0.4 seconds.

kaushikcfd avatar Apr 28 '21 22:04 kaushikcfd

Does #372 supersede this?

inducer avatar May 26 '21 23:05 inducer

@inducer: Not really. #372 includes commits from this branch, so that I could do some tests on my test problems. But I propose we merge them separately. (I've updated the description of #372 to record that)

kaushikcfd avatar May 26 '21 23:05 kaushikcfd

I was just rebasing this. You beat me to it! :)

inducer avatar Jun 09 '22 20:06 inducer

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

But I'm eager to get this in soon!

inducer avatar Jun 10 '22 00:06 inducer