llm.c
llm.c copied to clipboard
[attension.cuh] Move assert outside of attn kernel to launcher
Move assert outside of kernels into launchers. Early catch the assert failure instead of fail during actual kernel computations.