# KernelCodeGen **Repository Path**: alanturin/KernelCodeGen ## Basic Information - **Project Name**: KernelCodeGen - **Description**: GEMM/FMHA CUDA/HIP kernel code generation using MLIR. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-15 - **Last Updated**: 2024-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # install ```sh mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=../../KCG_install make -j make -j install ```