"...text-generation-inference.git" did not exist on "39af000cb9bfa12628c21c6e65d3ce8930250171"
Commit 57cdd70b authored by Alan Turner's avatar Alan Turner
Browse files

Add gfx942 to supported architectures

parent 70eefcf4
...@@ -42,7 +42,7 @@ std::size_t GetGridSize(const std::size_t m, ...@@ -42,7 +42,7 @@ std::size_t GetGridSize(const std::size_t m,
const std::unordered_set<std::string>& get_xdlop_archs() const std::unordered_set<std::string>& get_xdlop_archs()
{ {
static std::unordered_set<std::string> supported_archs{"gfx90a", "gfx908", "gfx940"}; static std::unordered_set<std::string> supported_archs{"gfx90a", "gfx908", "gfx940", "gfx942"};
return supported_archs; return supported_archs;
} }
......
...@@ -38,7 +38,7 @@ std::size_t GetGridSize(const std::size_t m, ...@@ -38,7 +38,7 @@ std::size_t GetGridSize(const std::size_t m,
const std::unordered_set<std::string>& get_xdlop_archs() const std::unordered_set<std::string>& get_xdlop_archs()
{ {
static std::unordered_set<std::string> supported_archs{"gfx90a", "gfx908", "gfx940"}; static std::unordered_set<std::string> supported_archs{"gfx90a", "gfx908", "gfx940", "gfx942"};
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