1 Repo
Domain-specific languages used to define GPU kernel configurations and memory layouts.
Distinct from Python-C Interfaces: Specifically for GPU kernel configuration rather than general C-interoperability layers.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Configuration DSLs. Refine with filters or upvote what's useful.
Cutlass is a collection of C++ templates and Python interfaces for implementing high-performance linear algebra operations on NVIDIA GPUs. It provides a kernel composition framework for designing custom GPU kernels and a mixed-precision tensor library capable of executing operations across diverse data formats, ranging from 64-bit floating point to 4-bit integers. The project features a toolkit for operator fusion that integrates activation functions and bias calculations directly into matrix multiplication kernels to reduce memory passes. It also includes a Python-based domain-specific langu
Provides a high-level Python DSL to define kernel configurations and layouts without requiring C++ glue code.