llm-awq icon indicating copy to clipboard operation
llm-awq copied to clipboard

Fix illegal memory access of GEMV kernel

Open xutianming opened this issue 8 months ago • 0 comments

Dynamic shared memory of GEMV kernel is not allocated when calling GEMV kernel which causes Illegal Memory Access error.

This pull request fixes above issue by specifying shared memory size when calling GEMV kernel

xutianming avatar Jun 12 '24 05:06 xutianming