Luke Anderson
Luke Anderson
Some of the files (e.g. `ASLog.h/.cpp`, `PerfectHashMap.h`, and a few others) are identical and could be merged. Would `autoschedulers/common` be the right place for them? Looks like `ASLog.h/.cpp` are already...
I think I've now moved all the identical files to `autoschedulers/common`. Are there other things that you think should be done or is this ready for review?
Thanks for the patches. Synced with main and applied both of them. Regarding `TARGETS cmake`, is there a way to specify `cuda` as part of the target? I've mostly tested...
Looks like the test reorganization mentioned above has been done. I'll try to take another look at this in the next few days.
Hopefully it will be merged in the near future but there are no concrete plans at the moment.
I haven't had a lot of time to work on this but have been preparing a basic PR lately that should be ready sometime this week. It doesn't attempt to...
Haven't had a chance to test the scripts since my last commits but I'll take a look soon.
The one issue I know of with the autotuning scripts is that they use the Makefiles to build Halide and the autoscheduler. So they likely need to be ported to...
I've updated the autotuning/data generation scripts to use the CMake build and tidied some things up. It should now be possible to build everything with CMake and run the scripts...
@steven-johnson One of the tests for Mullapudi2016 (`mullapudi2016_reorder`) is failing. Looks like it's a performance test but I don't see anything in this PR that would impact that. Has this...