Lines Matching +full:max +full:- +full:size
1 /*===--------- amxcomplexintrin.h - AMXCOMPLEX intrinsics -*- C++ -*---------===
5 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 *===------------------------------------------------------------------------===
19 __attribute__((__always_inline__, __nodebug__, __target__("amx-complex")))
41 /// FOR m := 0 TO dst.rows - 1
43 /// FOR k := 0 TO (a.colsb / 4) - 1
44 /// FOR n := 0 TO (dst.colsb / 4) - 1
58 /// The destination tile. Max size is 1024 Bytes.
60 /// The 1st source tile. Max size is 1024 Bytes.
62 /// The 2nd source tile. Max size is 1024 Bytes.
86 /// FOR m := 0 TO dst.rows - 1
88 /// FOR k := 0 TO (a.colsb / 4) - 1
89 /// FOR n := 0 TO (dst.colsb / 4) - 1
91 /// tmp.fp32[n] += FP32(-a.row[m].fp16[2*k+1]) * FP32(b.row[k].fp16[2*n+1])
103 /// The destination tile. Max size is 1024 Bytes.
105 /// The 1st source tile. Max size is 1024 Bytes.
107 /// The 2nd source tile. Max size is 1024 Bytes.
133 /// The destination tile. Max size is 1024 Bytes.
135 /// The 1st source tile. Max size is 1024 Bytes.
137 /// The 2nd source tile. Max size is 1024 Bytes.
141 dst->tile = _tile_cmmimfp16ps_internal(src0.row, src1.col, src0.col, in __tile_cmmimfp16ps()
142 dst->tile, src0.tile, src1.tile); in __tile_cmmimfp16ps()
156 /// The destination tile. Max size is 1024 Bytes.
158 /// The 1st source tile. Max size is 1024 Bytes.
160 /// The 2nd source tile. Max size is 1024 Bytes.
164 dst->tile = _tile_cmmrlfp16ps_internal(src0.row, src1.col, src0.col, in __tile_cmmrlfp16ps()
165 dst->tile, src0.tile, src1.tile); in __tile_cmmrlfp16ps()