Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
5d0564f4
Commit
5d0564f4
authored
Jul 21, 2023
by
umangyadav
Browse files
headers order
parent
20edd2b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/partitioner.cpp
src/partitioner.cpp
+4
-3
No files found.
src/partitioner.cpp
View file @
5d0564f4
...
@@ -21,9 +21,12 @@
...
@@ -21,9 +21,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
* THE SOFTWARE.
*/
*/
#include "migraphx/env.hpp"
#include <cstddef>
#include <cstddef>
#include <limits>
#include <limits>
#include <iterator>
#include <unordered_set>
#include <migraphx/env.hpp>
#include <migraphx/algorithm.hpp>
#include <migraphx/algorithm.hpp>
#include <migraphx/stringutils.hpp>
#include <migraphx/stringutils.hpp>
#include <migraphx/partitioner.hpp>
#include <migraphx/partitioner.hpp>
...
@@ -34,8 +37,6 @@
...
@@ -34,8 +37,6 @@
#include <migraphx/make_op.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/iterator_for.hpp>
#include <migraphx/iterator_for.hpp>
#include <migraphx/ranges.hpp>
#include <migraphx/ranges.hpp>
#include <iterator>
#include <unordered_set>
MIGRAPHX_DECLARE_ENV_VAR
(
MIGRAPHX_DEBUG_PARTITIONER
)
MIGRAPHX_DECLARE_ENV_VAR
(
MIGRAPHX_DEBUG_PARTITIONER
)
namespace
migraphx
{
namespace
migraphx
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment