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
9e084504
Commit
9e084504
authored
Jun 05, 2019
by
Paul
Browse files
Formatting
parent
7aa8a94e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
src/driver/argument_parser.hpp
src/driver/argument_parser.hpp
+0
-1
src/driver/perf.cpp
src/driver/perf.cpp
+1
-1
No files found.
src/driver/argument_parser.hpp
View file @
9e084504
...
@@ -27,7 +27,6 @@ inline namespace MIGRAPHX_INLINE_NS {
...
@@ -27,7 +27,6 @@ inline namespace MIGRAPHX_INLINE_NS {
#define MIGRAPHX_DRIVER_STATIC static
#define MIGRAPHX_DRIVER_STATIC static
#endif
#endif
template
<
class
T
>
template
<
class
T
>
struct
value_parser
struct
value_parser
{
{
...
...
src/driver/perf.cpp
View file @
9e084504
...
@@ -21,7 +21,7 @@ program::parameter_map create_param_map(const program& p, bool gpu)
...
@@ -21,7 +21,7 @@ program::parameter_map create_param_map(const program& p, bool gpu)
m
[
x
.
first
]
=
gpu
::
to_gpu
(
generate_argument
(
x
.
second
));
m
[
x
.
first
]
=
gpu
::
to_gpu
(
generate_argument
(
x
.
second
));
else
else
#else
#else
(
void
)
gpu
;
(
void
)
gpu
;
#endif
#endif
m
[
x
.
first
]
=
generate_argument
(
x
.
second
);
m
[
x
.
first
]
=
generate_argument
(
x
.
second
);
}
}
...
...
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