Commit 913f4736 authored by Alan Turner's avatar Alan Turner
Browse files

Formatting

parent cbd6a5e4
...@@ -165,7 +165,8 @@ struct fusion ...@@ -165,7 +165,8 @@ struct fusion
const std::unordered_set<std::string>& get_supported_archs() const std::unordered_set<std::string>& get_supported_archs()
{ {
static std::unordered_set<std::string> supported_archs{"gfx900", "gfx906", "gfx908", "gfx1030", "gfx940"}; static std::unordered_set<std::string> supported_archs{
"gfx900", "gfx906", "gfx908", "gfx1030", "gfx940"};
return supported_archs; return supported_archs;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment