|
1 | 1 | /*******************************************************************************
|
2 | 2 | * Copyright 2016-2025 Intel Corporation
|
3 |
| -* Copyright 2024 FUJITSU LIMITED |
| 3 | +* Copyright 2024-2025 FUJITSU LIMITED |
4 | 4 | *
|
5 | 5 | * Licensed under the Apache License, Version 2.0 (the "License");
|
6 | 6 | * you may not use this file except in compliance with the License.
|
@@ -202,6 +202,9 @@ status_t memory_desc_wrapper::compute_blocking(
|
202 | 202 | C(BA16a32b, {1, 0}, {16, 32}, {0, 1});
|
203 | 203 | C(BA16a48b, {1, 0}, {16, 48}, {0, 1});
|
204 | 204 | C(BA16a64b, {1, 0}, {16, 64}, {0, 1});
|
| 205 | + C(BA24b8a, {1, 0}, {24, 8}, {1, 0}); |
| 206 | + C(aCB24c8b, {0, 2, 1}, {24, 8}, {2, 1}); |
| 207 | + C(abDC24d8c, {0, 1, 3, 2}, {24, 8}, {3, 2}); |
205 | 208 | C(BA16a16b2a, {1, 0}, {16, 16, 2}, {0, 1, 0});
|
206 | 209 | C(BA16a32b2a, {1, 0}, {16, 32, 2}, {0, 1, 0});
|
207 | 210 | C(BA16a48b2a, {1, 0}, {16, 48, 2}, {0, 1, 0});
|
|
0 commit comments