vuda
GPU acceleration framework
Provides a Vulkan-based interface to CUDA's runtime API for GPU-accelerated applications
VUDA is a header-only library based on Vulkan that provides a CUDA Runtime API interface for writing GPU-accelerated applications.
864 stars
35 watching
35 forks
Language: C++
last commit: 10 months ago
Linked from 3 awesome lists
cudavudavulkan
Related projects:
Repository | Description | Stars |
---|---|---|
nvidia/grcuda | Enables efficient data exchange and invocation of existing GPU kernels from host languages in the GraalVM | 222 |
uncomplicate/clojurecuda | Provides Clojure bindings for CUDA programming, enabling GPU-accelerated computation in Clojure applications. | 180 |
glavnokoman/vuh | A Vulkan-based framework for accelerating computations on graphics processing units. | 347 |
adacore/cuda | A toolset that compiles Ada and SPARK code to NVIDIA GPUs | 18 |
komputeproject/kompute | A flexible GPU compute framework providing low-level access to Vulkan for optimized and parallel processing on various graphics cards. | 1,997 |
mhdta-dev/vkfs | A C++ framework providing Vulkan abstraction and simplification for game development and graphics applications. | 10 |
danielbusaba/rust-gpu | An effort to integrate Rust with GPU acceleration using the wgpu-rs library | 5 |
cg-tuwien/auto-vk-toolkit | A C++ framework for creating Vulkan-based graphics applications with built-in support for various features and tools. | 406 |
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
syncleus/aparapi | Enables execution of native Java code on a GPU. | 466 |
cg-tuwien/vulkanlaunchpad | A Vulkan-based framework for beginners to learn and develop 3D graphics applications. | 62 |
unetworking/libvc | A Vulkan-based GPGPU engine that compiles and executes SPIR-V compute shaders for general-purpose computing tasks. | 132 |
xtra-computing/thundergbm | Accelerates machine learning algorithms on GPUs to improve performance and efficiency | 693 |
jcoder58/vulkanresources | A collection of resources and examples for learning Vulkan, a graphics API. | 63 |
google/swiftshader | A high-performance CPU-based implementation of the Vulkan graphics API for hardware independence in 3D graphics. | 2,143 |