Commit 60a860b2 authored by Paul's avatar Paul
Browse files

Drop int32 since its broken

parent 9b856dd8
......@@ -72,7 +72,7 @@ namespace {
bool is_ck_supported_type(shape::type_t t)
{
return contains({shape::half_type, shape::int8_type, shape::int32_type}, t);
return contains({shape::half_type, shape::int8_type}, t);
}
MIGRAPHX_PRED_MATCHER(is_ck_gemm, instruction_ref ins)
......
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