Orochi
rivi-loader
Our great sponsors
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
- InfluxDB - Access the most powerful time series database as a service
- Sonar - Write Clean C++ Code. Always.
Orochi | rivi-loader | |
---|---|---|
5 | 5 | |
140 | 14 | |
0.7% | - | |
6.2 | 0.0 | |
11 days ago | about 1 month ago | |
C++ | Rust | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Orochi
-
Blender 3.6 (huge AMD gains with HIP RT) reaches Beta Phase 3
While you're waiting for the HIP SDK to release, check out Orochi as an alternative https://github.com/GPUOpen-LibrariesAndSDKs/Orochi
-
First time in 2 years I was able to get Blender running with an AMD GPU on Linux!
You can't run CUDA binaries directly. But you can use a wrapper library like Orochi to run both CUDA and HIP using a single binary that dynamically links with CUDA/HIP libraries at runtime https://github.com/GPUOpen-LibrariesAndSDKs/Orochi
-
How are Vulkan, CUDA, Triton and all other things connected?
I stumbled across orochi from AMD while looking for their FSR2.0 implementation, which basically boils down to being a wrapper over Cuda and HIP. I don't know if it is still maintained or functional, but heres the link if anyone is interested: https://github.com/GPUOpen-LibrariesAndSDKs/Orochi
rivi-loader
-
Any good resources for purely computational work?
If you use Rust, I have been developing a similar project to kompute: https://github.com/periferia-labs/rivi-loader
-
How are Vulkan, CUDA, Triton and all other things connected?
For cross-platform support look at WebGPU and Vulkan (e.g,: [0] [1]. Essentially, you would need to write the func in WGSL or GLSL, HLSL or MSL. Each of these can be cross-compiled to SPIR-V (what Vulkan needs) with cross-compilers such as spirv-cross and naga.
-
WebRTC.rs reached an important milestone in connectivity!
Looking to integrate the webrtc-rs into the Rust native version: https://github.com/periferia-labs/rivi-loader
What are some alternatives?
SPIRV-Cross - SPIRV-Cross is a practical tool and library for performing reflection on SPIR-V and disassembling SPIR-V back to high level languages.
Vulkan - Examples and demos for the new Vulkan API
neovide - No Nonsense Neovim Client in Rust
wgpu - Safe and portable GPU abstraction in Rust, implementing WebGPU API.
naga - Universal shader translation in Rust
vulkano - Safe and rich Rust wrapper around the Vulkan API
kompute - General purpose GPU compute framework built on Vulkan to support 1000s of cross vendor graphics cards (AMD, Qualcomm, NVIDIA & friends). Blazing fast, mobile-enabled, asynchronous and optimized for advanced GPU data processing usecases. Backed by the Linux Foundation.
laskin.live - An online calculator, but you can only use it on your remote friend’s GPU
ROCm-OpenCL-Runtime - ROCm OpenOpenCL Runtime
webrtc - A pure Rust implementation of WebRTC