Commit 24c63d70 authored by Umang Yadav's avatar Umang Yadav
Browse files

add comment for 1d convs

parent 370d18c1
......@@ -48,5 +48,5 @@ struct quant_conv_1d : verify_program<quant_conv_1d<DType>>
};
template struct quant_conv_1d<migraphx::shape::int8_type>;
// MLIR 1D convolution is not supported in MIGraphX yet.
// MLIR 1D convolution is not supported in MIGraphX yet. Enable this through MIOpen route later.
// template struct quant_conv_1d<migraphx::shape::fp8e4m3fnuz_type>;
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