awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Rust-GPU avatar

Rust-GPU/rust-cuda

0
View on GitHub↗
5,245 estrellas·237 forks·Rust·Apache-2.0·4 vistas

Rust Cuda

rust-cuda es un framework de programación GPU y compilador de dispositivos que permite el desarrollo y ejecución de kernels de alto rendimiento en hardware NVIDIA utilizando Rust. Proporciona un wrapper de driver para gestionar la asignación de memoria del dispositivo y el lanzamiento de kernels, sirviendo efectivamente como un sistema para escribir lógica de cómputo GPU sin depender de C++.

El proyecto incluye una librería de cómputo con primitivas optimizadas por hardware para aceleración de redes neuronales y raytracing acelerado por hardware. Utiliza una cadena de herramientas de compilación que traduce el código fuente a una representación intermedia de bajo nivel para su ejecución en procesadores gráficos.

El framework cubre la gestión de recursos del dispositivo, desarrollo de kernels y la simulación de operaciones de enteros de alta precisión. También soporta la generación de números aleatorios en el lado del dispositivo y optimizaciones de cómputo específicas para el objetivo.

Imágenes de contenedor preconfiguradas están disponibles para simplificar el aprovisionamiento de la cadena de herramientas del compilador y el entorno de desarrollo a través de diferentes arquitecturas de hardware.

Features

  • GPU Compilers - Provides a complete toolchain that translates Rust source code into optimized NVIDIA GPU hardware instructions.
  • GPU Kernel Programming - Provides a framework for writing and executing high-performance GPU kernels using Rust.
  • Compute Libraries - Ships a compute library with hardware-optimized primitives for neural networks and raytracing.
  • GPU Resource Management - Implements a high-level driver interface to manage the lifecycle and allocation of GPU buffers and kernels.
  • CUDA Driver Wrappers - Provides a programmatic abstraction for controlling NVIDIA GPU device memory and kernel execution.
  • GPU Kernel Development - Provides a framework for managing thread indices and memory allocation to create device-side logic.
  • CUDA Kernel Compilers - Compiles GPU source code into target-specific CUDA kernels with a Rust interface.
  • GPU Compute Toolchains - Provides an integrated development environment and compiler for writing high-performance Rust compute kernels.
  • Intermediate Representations - Compiles Rust source code into a PTX-based intermediate representation for GPU execution.
  • CUDA Accelerated Neural Networks - Implements hardware-optimized primitives to accelerate deep learning workloads on NVIDIA GPUs.
  • GPU Kernel Primitives - Provides highly tuned GPU kernels for standard deep learning operations tuned for tensor cores.
  • Raytracing Primitives - Interfaces directly with specialized GPU circuits to compute light paths and perform image denoising.
  • Raytracing Simulations - Uses specialized GPU circuits to implement physical light transport and path tracing simulations.
  • Real-Time Raytracing - Implements real-time raytracing techniques using specialized hardware circuits for physical light transport.
  • Hardware Driver API Mappings - Provides mappings that link high-level programmatic calls to native NVIDIA hardware driver and runtime APIs.
  • Binary Instruction Execution - Executes low-level binary instructions on graphics hardware using a specialized intermediate representation.
  • Compilation Target Specifications - Defines specific hardware compute capabilities during compilation to optimize machine code for target versions.
  • Hardware-Targeted Compilation - Configures compilation rules to optimize binaries for specific GPU hardware revisions and architectures.

Historial de estrellas

Gráfico del historial de estrellas de rust-gpu/rust-cudaGráfico del historial de estrellas de rust-gpu/rust-cuda

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Rust Cuda

Colecciones seleccionadas manualmente donde aparece Rust Cuda.
  • un lenguaje de programación de sistemas enfocado en rendimiento

Alternativas open-source a Rust Cuda

Proyectos open-source similares, clasificados según cuántas características comparten con Rust Cuda.
  • nvidia/cuda-pythonAvatar de NVIDIA

    NVIDIA/cuda-python

    3,170Ver en GitHub↗

    cuda-python provides low-level Python bindings for the CUDA Driver and Runtime APIs. It serves as a programmatic wrapper for controlling device memory, managing hardware toolchains, and orchestrating execution graphs on NVIDIA GPUs, allowing for the compilation and launching of parallel kernels directly from Python. The project enables the development of SIMT kernels and the execution of mathematical algorithms on device memory. It integrates pre-compiled bytecode as custom operators and interfaces with accelerated device libraries to access low-level hardware functions without leaving the la

    Cython
    Ver en GitHub↗3,170
  • z-libs/zen-cAvatar de z-libs

    z-libs/Zen-C

    3,819Ver en GitHub↗

    Zen-C is a multi-target systems language and source-to-source compiler that translates high-level logic into human-readable GNU C or C11 code. It functions as a JIT-enabled programming language with an in-process compiler for real-time interactive code evaluation and testing. The project serves as a CUDA GPU kernel generator, mapping specialized syntax to CUDA C++ using device attributes to target graphics hardware. It acts as an interoperability layer capable of emitting compatible code for C++, Objective-C, and Lisp to bridge native system frameworks and libraries. The language includes an

    Cccompilerlsp
    Ver en GitHub↗3,819
  • answerdotai/gpu.cppAvatar de AnswerDotAI

    AnswerDotAI/gpu.cpp

    3,981Ver en GitHub↗

    gpu.cpp is a lightweight C++ library for executing low-level general-purpose GPU computation across different hardware vendors and operating systems. It functions as a portable GPU wrapper, kernel orchestrator, and tensor management system using the WebGPU specification to abstract device initialization, buffer transfers, and compute shader dispatching. The library provides a framework for defining compute kernels from shader code and managing their asynchronous dispatch and synchronization. It enables the execution of cross-platform compute shaders and the orchestration of GPU tasks through

    C++
    Ver en GitHub↗3,981
  • nvidia/cuda-samplesAvatar de NVIDIA

    NVIDIA/cuda-samples

    9,319Ver en GitHub↗

    This repository is a collection of reference implementations and programming examples for the CUDA Toolkit. It serves as a GPGPU implementation guide and a parallel computing reference, providing code for using graphics hardware to perform general-purpose calculations and high-performance parallel processing. The project provides specific samples for GPU kernel development and resource management. These include demonstrations of multi-GPU communication, peer-to-peer memory access, and system hardware inspection to coordinate distributed GPU resources. The codebase covers a wide range of capa

    C++cudacuda-driver-apicuda-kernels
    Ver en GitHub↗9,319
Ver las 30 alternativas a Rust Cuda→

Preguntas frecuentes

¿Qué hace rust-gpu/rust-cuda?

rust-cuda es un framework de programación GPU y compilador de dispositivos que permite el desarrollo y ejecución de kernels de alto rendimiento en hardware NVIDIA utilizando Rust. Proporciona un wrapper de driver para gestionar la asignación de memoria del dispositivo y el lanzamiento de kernels, sirviendo efectivamente como un sistema para escribir lógica de cómputo GPU sin depender de C++.

¿Cuáles son las características principales de rust-gpu/rust-cuda?

Las características principales de rust-gpu/rust-cuda son: GPU Compilers, GPU Kernel Programming, Compute Libraries, GPU Resource Management, CUDA Driver Wrappers, GPU Kernel Development, CUDA Kernel Compilers, GPU Compute Toolchains.

¿Qué alternativas de código abierto existen para rust-gpu/rust-cuda?

Las alternativas de código abierto para rust-gpu/rust-cuda incluyen: nvidia/cuda-python — cuda-python provides low-level Python bindings for the CUDA Driver and Runtime APIs. It serves as a programmatic… answerdotai/gpu.cpp — gpu.cpp is a lightweight C++ library for executing low-level general-purpose GPU computation across different hardware… z-libs/zen-c — Zen-C is a multi-target systems language and source-to-source compiler that translates high-level logic into… nvidia/cuda-samples — This repository is a collection of reference implementations and programming examples for the CUDA Toolkit. It serves… microsoft/directx-graphics-samples — This project is a collection of reference implementations and technical guides for building high-performance 3D… vladmandic/sdnext — SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing…