Commit ffc93d1b authored by Paul's avatar Paul
Browse files

Remove redundant static keyword

parent 5b77f782
......@@ -72,7 +72,7 @@ MIGRAPHX_REGISTER_OP(ck_gemm);
namespace {
static bool is_ck_supported_type(shape::type_t t)
bool is_ck_supported_type(shape::type_t t)
{
return contains({shape::half_type, shape::int8_type, shape::int32_type}, t);
}
......
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