> ## Documentation Index
> Fetch the complete documentation index at: https://se7en.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# GPU 编程

> CUDA、GPU Kernel、编程语言与编译工具

## 编程语言与编译器

| 项目                                                        | 简介                                                                                                                                                   | 参考资料                                                                                                                         |
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| [NVlabs/cuda-oxide](https://github.com/NVlabs/cuda-oxide) | Rust-to-CUDA 编译器与运行时，通过自定义 rustc Codegen Backend 将原生 Rust SIMT Kernel 编译为 PTX，支持 Host/Device 单源编译、类型化 Kernel Launch 和异步 GPU 执行；当前处于 v0.1.0 Alpha 阶段。 | [官方文档](https://nvlabs.github.io/cuda-oxide/) · [安装指南](https://nvlabs.github.io/cuda-oxide/getting-started/installation.html) |
