Skip to content

Commit 2dda4c7

Browse files
Refined comments
1 parent 127db93 commit 2dda4c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • clang/runtime/dpct-rt/include/dpct

clang/runtime/dpct-rt/include/dpct/math.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,6 +2221,8 @@ void ldmatrix(uintptr_t addr, T *m1, T *m2, T *m3, T *m4, bool trans = false) {
22212221
/// Multiplies 2 matrices (A & B) and adds the result to C matrix and
22222222
/// accumulates the result to a D matrix (MAD). Requires the sub-group size of
22232223
/// kernel calling this function to be 32.
2224+
/// Current supported shapes & types:
2225+
/// - m16n8k16 (f32.f16.f16.f32 & s32.s8.s8.s32)
22242226
/// \tparam [in] M The rows of A, C & D matrix
22252227
/// \tparam [in] N The columns of B, C, D matrix
22262228
/// \tparam [in] K The columns & rows of A & B matrices respectively

0 commit comments

Comments
 (0)