mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:18:58 +00:00
s390/pai_ext: Update PAI extension 1 counters
Update the internal array of PAI extension 1 NNPA counter string table to support specialized processor instrumentation assist instructions. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Acked-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
parent
4ae48555d0
commit
0114009953
@ -635,6 +635,15 @@ static const char * const paiext_ctrnames[] = {
|
||||
[25] = "NNPA_1MFRAME",
|
||||
[26] = "NNPA_2GFRAME",
|
||||
[27] = "NNPA_ACCESSEXCEPT",
|
||||
[28] = "NNPA_TRANSFORM",
|
||||
[29] = "NNPA_GELU",
|
||||
[30] = "NNPA_MOMENTS",
|
||||
[31] = "NNPA_LAYERNORM",
|
||||
[32] = "NNPA_MATMUL_OP_BCAST1",
|
||||
[33] = "NNPA_SQRT",
|
||||
[34] = "NNPA_INVSQRT",
|
||||
[35] = "NNPA_NORM",
|
||||
[36] = "NNPA_REDUCE",
|
||||
};
|
||||
|
||||
static void __init attr_event_free(struct attribute **attrs, int num)
|
||||
|
Loading…
Reference in New Issue
Block a user