Commit 8255ddc0 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fix an error message

parent 490a9432
......@@ -73,7 +73,7 @@ void rocblas_quant_gemm::batch_not_transposed(const std::vector<std::size_t>& st
return (i < j or i < matrix_size or j < matrix_size);
}) != batch.end())
{
MIGRAPHX_THROW("DOT: batch size {" + to_string_range(strides) + "} is transposed!");
MIGRAPHX_THROW("QUANT_DOT: batch size {" + to_string_range(strides) + "} is transposed!");
}
}
......
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