Closed varunsh-xilinx closed 1 year ago
The V70 board has a different behavior from the other boards and requires that the tensor sizes are correctly sized without a leading 1.
If a batch size of zero is passed to the allocator, assume the batch size is already present in the shape.
This change was originally implemented in #215 but was taken out.
Build failed!
Failure from unrelated MIGraphX build
Summary of Changes
Motivation
The V70 board has a different behavior from the other boards and requires that the tensor sizes are correctly sized without a leading 1.
Implementation
If a batch size of zero is passed to the allocator, assume the batch size is already present in the shape.
Notes
This change was originally implemented in #215 but was taken out.