Fixes when using C++ debug assertions (#837)
* Enable libstdc++ debug mode
* Add is_end function
* Compare addresses in a map or set
* Formatting
* Check end
* Fix comparision of instruction_ref
* Formatting
* Some more iterator fixes
* Formatting
* Fix assert
* Fix invalid iterators
* Fix debug print in program
* Remove debug flag for now
* Set correct bool type
Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/include/migraphx/functional.hpp
100644 → 100755
File mode changed from 100644 to 100755
src/instruction.cpp
100755 → 100644
src/program.cpp
100644 → 100755
src/simplify_algebra.cpp
100644 → 100755
test/dead_code_elimination_test.cpp
100644 → 100755
Please register or sign in to comment