TensorRT-LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and build TensorRT engines that contain state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs. TensorRT-LLM also contains components to create Python and C++ runtimes that execute those TensorRT engines.
In cpp/tensorrt_llm/kernels/weightOnlyBatchedGemv/cudaCoreGemm.cu cudaCoreGemm kernel accuracy anomalies will occur, When the weight dimension n or k is not a power of 2.
In cpp/tensorrt_llm/kernels/weightOnlyBatchedGemv/cudaCoreGemm.cu cudaCoreGemm kernel accuracy anomalies will occur, When the weight dimension n or k is not a power of 2.