1 repo
Utilities for packaging and serializing compiled compute kernels into standalone binary formats.
Distinguishing note: Focuses on the serialization and portability of compute kernels rather than general-purpose compilation.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Kernel Serialization Tools. Refine with filters or upvote what's useful.
Taichi is a domain-specific programming language embedded in Python designed for high-performance numerical computing and computer graphics. It functions as a parallel compiler that translates high-level mathematical expressions into optimized machine instructions, enabling developers to write compute-intensive algorithms that execute across diverse hardware architectures, including CPUs, GPUs, and specialized accelerators. The project distinguishes itself through a hardware-agnostic execution layer that maps parallel operations to multiple backends such as CUDA, Metal, and Vulkan. By utilizi
Packages compiled compute kernels into standalone binary formats for execution in environments without the full language compiler.