"vscode:/vscode.git/clone" did not exist on "3eed20a33c97838ad15b85c28027922bc23255f8"
Compute dominators (#525)
* rename merge_from to merge_to * refine comments * code backup * clang format * The first version that can reduce scratch memory usage * code backup * clang format * code backup * clang format * fixed a bug related to removing gemm copy * clang format * code backup * clang format * fix review comments * clang format * fix unit test failure * code backup * clang format * code base for further investigation * code with both the forward and backward approach to compute the conflict table * clang format * clang format * backup changes * remove unnecessary file * remove unnecessary code * code backup * clang format * code backup * clang format' * fix a bug in the code * clang format * code backup * clang format * remove unused code * remove unused code * rename some functions * remove print code * code backup * add dominator to scheduling * add dominator algorithm to remove unnecessary conflicts * Remove comment * Use erase_if instead * Formatting * Code clean up: * Formatting * Add dominator info class * Formatting * Add dom_info * Formatting * Add test case and fix some bugs * Formatting * Add unit test for scheduler * Formatting * Use index map instead of distance * Formatting * Add memory coloring test * Check for conflict in memory coloring * Formatting * Use 1 stream by default * Update to use modules * Formatting * Skip live on entry check * Formatting * Formatting * Fix tidy warning * Fix tidy warning * Formatting * Add nolint * Use C++17 to build everything when using clang * Remove input names * Formatting * Remove input names * Keep order of params * Formatting Co-authored-by:Shucai Xiao <Shucai.Xiao@amd.com> Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/dom_info.cpp
0 → 100755
src/include/migraphx/builtin.hpp
100644 → 100755
src/module.cpp
100644 → 100755
src/py/backend/backend.py
100644 → 100755
File mode changed from 100644 to 100755
src/py/backend/backend_rep.py
100644 → 100755
File mode changed from 100644 to 100755
test/dom.cpp
0 → 100644
test/include/basic_ops.hpp
100644 → 100755
test/memory_coloring_test.cpp
100644 → 100755
This diff is collapsed.
Please register or sign in to comment