# FastGEMM **Repository Path**: fanwenjie/fast-gemm ## Basic Information - **Project Name**: FastGEMM - **Description**: A new and faster implementation of GEMM https://www.bilibili.com/read/cv41954307 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-13 - **Last Updated**: 2025-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastGemm A new and faster implementation of GEMM https://www.bilibili.com/read/cv41954307 ## Windows Install Visual Studio and CUDA, and open FastGemm.sln ## Linux Build by the Command and Run ``` nvcc -gencode=arch=compute_80,code=\"sm_80,compute_80\" -O3 kernel.cu ```