mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-30 03:37:38 +00:00
Add missing xdlop archs to supported set
This commit is contained in:
@@ -38,7 +38,7 @@ std::size_t GetGridSize(const std::size_t m,
|
||||
|
||||
const std::unordered_set<std::string>& get_xdlop_archs()
|
||||
{
|
||||
static std::unordered_set<std::string> supported_archs{"gfx90a"};
|
||||
static std::unordered_set<std::string> supported_archs{"gfx90a", "gfx908", "gfx940"};
|
||||
return supported_archs;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user