@@ -58,15 +58,15 @@ struct gru_cell_test_operands {
5858// When developer finished implementation of kernel and consider it as ok, one needs to populate
5959// proper checksums for tests in order to highlight any change which affects results.
6060#if defined(CRC_RM_UP)
61- const crc32_calc test_1_chksum_fx16{ 0xB4797831 }, test_1_chksum_fx16_fx8_fx8{ 0x85787025 }, test_1_chksum_sa8{ 0xC6301C0E },
62- test_2_chksum_fx16{ 0xB4797831 }, test_2_chksum_fx16_fx8_fx8{ 0x85787025 }, test_2_chksum_sa8{ 0xC6301C0E },
61+ const crc32_calc test_1_chksum_fx16{ 0xB4797831 }, test_1_chksum_fx16_fx8_fx8{ 0x85787025 }, test_1_chksum_sa8{ 0x804E6240 },
62+ test_2_chksum_fx16{ 0xB4797831 }, test_2_chksum_fx16_fx8_fx8{ 0x85787025 }, test_2_chksum_sa8{ 0x804E6240 },
6363 test_3_chksum_fx16{ 0x5C7BCDF8 }, test_3_chksum_fx16_fx8_fx8{ 0x94A6998D }, test_3_chksum_sa8{ 0x5D944070 },
6464 test_4_chksum_fx16{ 0x873F4283 }, test_4_chksum_fx16_fx8_fx8{ 0x8A055C99 }, test_4_chksum_sa8{ 0xCFF7F69C },
6565 test_5_chksum_fx16{ 0x7369955E }, test_5_chksum_fx16_fx8_fx8{ 0xDE351B81 }, test_5_chksum_sa8{ 0xA2A9874F },
6666 test_6_chksum_fx16{ 0xBDACDE93 }, test_6_chksum_fx16_fx8_fx8{ 0x71B26E98 }, test_6_chksum_sa8{ 0xD424459E };
6767#elif defined(CRC_RM_CONVERGENT)
68- const crc32_calc test_1_chksum_fx16{ 0xB4797831 }, test_1_chksum_fx16_fx8_fx8{ 0x85787025 }, test_1_chksum_sa8{ 0xC6301C0E },
69- test_2_chksum_fx16{ 0xB4797831 }, test_2_chksum_fx16_fx8_fx8{ 0x85787025 }, test_2_chksum_sa8{ 0xC6301C0E },
68+ const crc32_calc test_1_chksum_fx16{ 0xB4797831 }, test_1_chksum_fx16_fx8_fx8{ 0x85787025 }, test_1_chksum_sa8{ 0x804E6240 },
69+ test_2_chksum_fx16{ 0xB4797831 }, test_2_chksum_fx16_fx8_fx8{ 0x85787025 }, test_2_chksum_sa8{ 0x804E6240 },
7070 test_3_chksum_fx16{ 0x5C7BCDF8 }, test_3_chksum_fx16_fx8_fx8{ 0xE1B56E1E }, test_3_chksum_sa8{ 0x5D944070 },
7171 test_4_chksum_fx16{ 0xF50124D0 }, test_4_chksum_fx16_fx8_fx8{ 0x8A055C99 }, test_4_chksum_sa8{ 0xCFF7F69C },
7272 test_5_chksum_fx16{ 0x7369955E }, test_5_chksum_fx16_fx8_fx8{ 0xDE351B81 }, test_5_chksum_sa8{ 0xA2A9874F },
0 commit comments