Commit 39c97588 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

fix a bug in the implementation

parent b4f6eafa
......@@ -9,6 +9,7 @@ namespace gpu {
shape hip_fp_conversion::compute_shape(std::vector<shape> inputs) const
{
inputs.pop_back();
check_shapes{inputs}.not_broadcasted().not_transposed();
return op.compute_shape(inputs);
}
......
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