pull/1281/head
zk 4 years ago
parent 42c3f49c82
commit 9e32b68458

@ -339,12 +339,6 @@ Status TransFormatHwcnToFzWithGroups(const TransArgs &args, TransResult &result,
}
result.data = dst;
result.length = static_cast<size_t>(size_output_data);
for (size_t i = 0; i < ((result.length) / 2); ++i) {
if((i+1)%16 == 0){
std::cout<<std::endl;
}
std::cout<<(reinterpret_cast<uint16_t *>(result.data.get()))[i]<<" ";
}
return SUCCESS;
}
Status TransFormatHwcnToFz(const TransArgs &args, TransResult &result) {

@ -34461,7 +34461,7 @@ TEST_F(UtestFormatTransferHwcnFz, fp16_1c_1n_with_groups) {
}
}
TEST_F(UtestFormatTransferHwcnFz, fp16_1c_1n_with_groups_wewe) {
TEST_F(UtestFormatTransferHwcnFz, fp16_4c_8n_with_groups_02) {
uint16_t data[3 * 3 * 4 * 8] = {
11 , 99 , 68 , 2 , 14 , 59 , 24 , 100,
4 , 65 , 11 , 7 , 74 , 28 , 71 , 81,

Loading…
Cancel
Save