"...pipelines/stable_diffusion/test_onnx_stable_diffusion.py" did not exist on "2d35f6733a2d698e8917896071444a5923993ae7"
Commit 4e9fdbe5 authored by wangshaojie6's avatar wangshaojie6
Browse files

add dl support 90a

parent 6b870bc0
......@@ -473,7 +473,7 @@ struct DeviceGemmDl
static bool IsSupportedArgument(const Argument& arg)
{
if(ck::get_device_name() == "gfx906" || ck::get_device_name() == "gfx1030")
if(ck::get_device_name() == "gfx906" || ck::get_device_name() == "gfx1030" || ck::get_device_name() == "gfx90a")
{
return GridwiseGemm::CheckValidity(
arg.a_grid_desc_k0_m_k1_, arg.b_grid_desc_k0_n_k1_, arg.c_grid_desc_m_n_);
......
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