|
6 | 6 | //
|
7 | 7 | // ===--------------------------------------------------------------------=== //
|
8 | 8 | // This file implements the static query interface for the joint_matrix
|
9 |
| -// experimental extension. AMX, DPAS and different other TPUs support different |
10 |
| -// logical sizes and types. The query interface is used to validate user code |
11 |
| -// and inform them about supported types, sizes, scope, and layouts by the |
12 |
| -// current implementation. Note that this query interface is a compile-time |
13 |
| -// query, so there will be no runtime errors. The query interface provides |
14 |
| -// three functionalities: |
15 |
| -// 1- At compile time, inform the user whether a specific |
16 |
| -// combination is valid or not. |
17 |
| -// 2- Construct the matrices using a default shape |
18 |
| -// if user does not provide a combination |
19 |
| -// 3- General query interface for sizes, types, |
20 |
| -// static/dynamic, scope. This is needed to void padding by the user, |
21 |
| -// for tuning, and efficient code generation if used by a library. |
| 9 | +// experimental extension. Intel(R) Advanced Matrix Extensions (Intel(R) AMX), |
| 10 | +// DPAS and different other TPUs support different logical sizes and types. The |
| 11 | +// query interface is used to validate user code and inform them about supported |
| 12 | +// types, sizes, scope, and layouts by the current implementation. Note that |
| 13 | +// this query interface is a compile-time query, so there will be no runtime |
| 14 | +// errors. The query interface provides three functionalities: 1- At compile |
| 15 | +// time, inform the user whether a specific combination is valid or not. 2- |
| 16 | +// Construct the matrices using a default shape if user does not provide a |
| 17 | +// combination 3- General query interface for sizes, types, static/dynamic, |
| 18 | +// scope. This is needed to void padding by the user, for tuning, and efficient |
| 19 | +// code generation if used by a library. |
22 | 20 |
|
23 | 21 | #pragma once
|
24 | 22 |
|
|
0 commit comments