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
c95e3af9
You need to sign in or sign up before continuing.
Commit
c95e3af9
authored
Feb 06, 2019
by
Paul
Browse files
Merge branch 'fwd-ctx' into stage
parents
8597b67b
83e285fd
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
+9
-4
src/include/migraphx/auto_any_cast.hpp
src/include/migraphx/auto_any_cast.hpp
+4
-0
src/include/migraphx/operation.hpp
src/include/migraphx/operation.hpp
+2
-2
test/operation.cpp
test/operation.cpp
+1
-0
tools/include/operation.hpp
tools/include/operation.hpp
+2
-2
No files found.
src/include/migraphx/auto_any_cast.hpp
View file @
c95e3af9
...
...
@@ -5,6 +5,10 @@
namespace
migraphx
{
inline
namespace
MIGRAPHX_INLINE_NS
{
// Forward declare any_cast
template
<
class
T
>
const
T
&
any_cast
(
const
T
&
);
namespace
detail
{
template
<
class
U
>
...
...
src/include/migraphx/operation.hpp
View file @
c95e3af9
...
...
@@ -7,17 +7,17 @@
#include <memory>
#include <type_traits>
#include <utility>
#include <migraphx/shape.hpp>
#include <migraphx/reflect.hpp>
#include <migraphx/streamutils.hpp>
#include <migraphx/argument.hpp>
#include <migraphx/context.hpp>
#include <migraphx/auto_any_cast.hpp>
#include <migraphx/config.hpp>
namespace
migraphx
{
inline
namespace
MIGRAPHX_INLINE_NS
{
struct
context
;
#ifdef DOXYGEN
/// The operation interface represents an action an instruction will perform. All
...
...
test/operation.cpp
View file @
c95e3af9
#include <migraphx/operation.hpp>
#include <migraphx/context.hpp>
#include <sstream>
#include <string>
#include "test.hpp"
...
...
tools/include/operation.hpp
View file @
c95e3af9
...
...
@@ -7,17 +7,17 @@
#include <memory>
#include <type_traits>
#include <utility>
#include <migraphx/shape.hpp>
#include <migraphx/reflect.hpp>
#include <migraphx/streamutils.hpp>
#include <migraphx/argument.hpp>
#include <migraphx/context.hpp>
#include <migraphx/auto_any_cast.hpp>
#include <migraphx/config.hpp>
namespace
migraphx
{
inline
namespace
MIGRAPHX_INLINE_NS
{
struct
context
;
#ifdef DOXYGEN
/// The operation interface represents an action an instruction will perform. All
...
...
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