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
bdef7adb
Commit
bdef7adb
authored
Oct 04, 2023
by
Artur Wojcik
Browse files
a few c++ fixes to allow compilation on Windows
parent
bd425d0d
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
test/multi_target/multitarget_test.cpp
test/multi_target/multitarget_test.cpp
+0
-1
test/promote_literals_test.cpp
test/promote_literals_test.cpp
+1
-0
tools/api/api.cpp
tools/api/api.cpp
+1
-0
tools/api/migraphx.h
tools/api/migraphx.h
+1
-0
No files found.
test/multi_target/multitarget_test.cpp
View file @
bdef7adb
...
...
@@ -37,7 +37,6 @@
#include <migraphx/make_op.hpp>
#include <migraphx/check_shapes.hpp>
#include <migraphx/functional.hpp>
#include <basic_ops.hpp>
#include <migraphx/compile_options.hpp>
#include <migraphx/register_target.hpp>
#include <migraphx/generate.hpp>
...
...
test/promote_literals_test.cpp
View file @
bdef7adb
...
...
@@ -26,6 +26,7 @@
#include <migraphx/program.hpp>
#include <migraphx/dead_code_elimination.hpp>
#include <migraphx/eliminate_common_subexpression.hpp>
#include <migraphx/instruction.hpp>
#include <migraphx/pass_manager.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/serialize.hpp>
...
...
tools/api/api.cpp
View file @
bdef7adb
...
...
@@ -38,6 +38,7 @@
#include <migraphx/register_op.hpp>
#include <migraphx/json.hpp>
#include <migraphx/convert_to_json.hpp>
#include <array>
#include <algorithm>
#include <cstdarg>
namespace
migraphx
{
...
...
tools/api/migraphx.h
View file @
bdef7adb
...
...
@@ -26,6 +26,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <stdint.h>
#include <migraphx/api/export.h>
...
...
Prev
1
2
Next
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