git clone https://github.com/Kwai-Keye/EffectiveKernels.git
cd EffectiveKernels
# Standard build (JIT only)
pip install -e . --no-build-isolation
# Build with AOT pre-compiled kernels
EFFECTIVE_KERNELS_AOT=1 pip install -e . --no-build-isolation
This project is built upon FlashAttention and CUTLASS. We gratefully acknowledge their excellent work and contributions to the community.
1 commits
Python
78.4%
Cuda
16.2%
C++
4.5%
git clone https://github.com/Kwai-Keye/EffectiveKernels.git
cd EffectiveKernels
# Standard build (JIT only)
pip install -e . --no-build-isolation
# Build with AOT pre-compiled kernels
EFFECTIVE_KERNELS_AOT=1 pip install -e . --no-build-isolation
This project is built upon FlashAttention and CUTLASS. We gratefully acknowledge their excellent work and contributions to the community.
1 commits
Python
78.4%
Cuda
16.2%
C++
4.5%