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
22cc51ab
Commit
22cc51ab
authored
Aug 25, 2018
by
Paul
Browse files
Remove ifdef
parent
d37f0677
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/targets/gpu/device/include/migraph/gpu/device/nary.hpp
src/targets/gpu/device/include/migraph/gpu/device/nary.hpp
+1
-2
No files found.
src/targets/gpu/device/include/migraph/gpu/device/nary.hpp
View file @
22cc51ab
...
...
@@ -108,7 +108,7 @@ auto nary(argument result, Arguments... args)
{
return
nary_impl
(
result
,
args
...);
}
#if 0
inline
auto
nary
(
argument
result
,
argument
arg1
,
argument
arg2
)
{
return
[
=
](
auto
f
)
{
...
...
@@ -124,7 +124,6 @@ inline auto nary(argument result, argument arg1, argument arg2)
}
};
}
#endif
}
// namespace device
}
// namespace gpu
...
...
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