llm.c
llm.c copied to clipboard
fix the consistency of the transpose notation in matmul_foward.cu
- fix the consistency of the transpose notation, use .T (pytorch convention) across the board and eliminates the mix of ^T
- fix a space format