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
8fb6eedb
Commit
8fb6eedb
authored
Sep 17, 2022
by
Paul
Browse files
Remove enum_params
parent
74bd6d61
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
src/targets/gpu/compile_hip.cpp
src/targets/gpu/compile_hip.cpp
+0
-14
No files found.
src/targets/gpu/compile_hip.cpp
View file @
8fb6eedb
...
@@ -299,20 +299,6 @@ std::string enum_params(std::size_t count, std::string param)
...
@@ -299,20 +299,6 @@ std::string enum_params(std::size_t count, std::string param)
return
join_strings
(
items
,
","
);
return
join_strings
(
items
,
","
);
}
}
// std::string enum_params(std::size_t count, std::initializer_list<std::string> params)
// {
// std::vector<std::string> items(count);
// transform(range(count), items.begin(), [&](auto i) {
// auto idx = std::to_string(i);
// std::vector<std::string> eparams(params.size());
// transform(params, eparams.begin(), [&](const std::string& s) {
// return s + i;
// });
// return join_strings(eparams, " ");
// });
// return join_strings(items, ",");
// }
#endif // MIGRAPHX_USE_HIPRTC
#endif // MIGRAPHX_USE_HIPRTC
}
// namespace gpu
}
// 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