# ktvm **Repository Path**: looop5/ktvm ## Basic Information - **Project Name**: ktvm - **Description**: kernel tvm: tailored tvm for auto kernel generator - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-07-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a tailored apache/incubator-tvm 0.6 for Auto Kernel Generator, k means kernel. What we are using: * TVM IR * Arith Simplify * Several passes * DSL api * topi Compared with original apache/incubator-tvm 0.6, we have modified some codes: 1. Changed namespace from tvm to ktvm. 2. Remove modules(apart from these listed above) that we do not use. 3. For these modules that we used, we have added or deleted some codes targeted to Auto Kernel Generator. For detailed changes, please refer to the source codes, where we have listed the modification at the head of file.