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
a7ee70a9
Commit
a7ee70a9
authored
Apr 04, 2019
by
Shucai Xiao
Browse files
fixed a build error and refine a file name after merge developing branch
parent
efedf312
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
src/include/migraphx/op/abnormal_ops.hpp
src/include/migraphx/op/abnormal_ops.hpp
+2
-2
src/include/migraphx/operators.hpp
src/include/migraphx/operators.hpp
+1
-1
test/cpu_rnn_ops_test.cpp
test/cpu_rnn_ops_test.cpp
+1
-1
test/dead_code_elimination_test.cpp
test/dead_code_elimination_test.cpp
+3
-1
No files found.
src/include/migraphx/op/abnormal.hpp
→
src/include/migraphx/op/abnormal
_ops
.hpp
View file @
a7ee70a9
#ifndef MIGRAPHX_GUARD_OPERATORS_ABNORMAL_HPP
#ifndef MIGRAPHX_GUARD_OPERATORS_ABNORMAL_
OPS_
HPP
#define MIGRAPHX_GUARD_OPERATORS_ABNORMAL_HPP
#define MIGRAPHX_GUARD_OPERATORS_ABNORMAL_
OPS_
HPP
#include <array>
#include <array>
#include <migraphx/operation.hpp>
#include <migraphx/operation.hpp>
...
...
src/include/migraphx/operators.hpp
View file @
a7ee70a9
#ifndef MIGRAPHX_GUARD_OPERATORS_HPP
#ifndef MIGRAPHX_GUARD_OPERATORS_HPP
#define MIGRAPHX_GUARD_OPERATORS_HPP
#define MIGRAPHX_GUARD_OPERATORS_HPP
#include <migraphx/op/abnormal.hpp>
#include <migraphx/op/abnormal
_ops
.hpp>
#include <migraphx/op/abs.hpp>
#include <migraphx/op/abs.hpp>
#include <migraphx/op/acos.hpp>
#include <migraphx/op/acos.hpp>
#include <migraphx/op/add.hpp>
#include <migraphx/op/add.hpp>
...
...
test/cpu_rnn_ops_test.cpp
View file @
a7ee70a9
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/op/lstm.hpp>
#include <migraphx/op/lstm.hpp>
#include <migraphx/op/rnn_last_output.hpp>
#include <migraphx/op/rnn_last_output.hpp>
#include <migraphx/op/rnn_last_cell_output.hpp>
#include <migraphx/op/rnn_last_cell_output.hpp>
#include <migraphx/op/abnormal.hpp>
#include <migraphx/op/abnormal
_ops
.hpp>
#include <migraphx/instruction.hpp>
#include <migraphx/instruction.hpp>
#include <migraphx/cpu/target.hpp>
#include <migraphx/cpu/target.hpp>
#include <migraphx/verify.hpp>
#include <migraphx/verify.hpp>
...
...
test/dead_code_elimination_test.cpp
View file @
a7ee70a9
#include <migraphx/dead_code_elimination.hpp>
#include <migraphx/dead_code_elimination.hpp>
#include <basic_ops.hpp>
#include <basic_ops.hpp>
#include <migraphx/op/abnormal.hpp>
#include <migraphx/op/abnormal_ops.hpp>
#include <migraphx/op/add.hpp>
#include <migraphx/op/identity.hpp>
#include <test.hpp>
#include <test.hpp>
struct
dce_target
struct
dce_target
...
...
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