emu
emu copied to clipboard
The write-once-run-anywhere GPGPU library for Rust
Could there be standard benchmarks that also compare against raw WebGPU performance? This is important for adoption.
Are there any plans to provide string or byte array handling capability from within emu kernels? I believe it would be feasible if there was more support for integer types...
Hey is it planned to support binding to CUDA in the future? It would be a great enhancement I think :) Best regards Chips
I read about gpufs. It has a capability to access files from within gpu kernel functions. Are there any plans to provide file io apis from within emu's gpu kernel...
futhark
Are you aware of [Futhark](https://github.com/diku-dk/futhark) ? They let the user write GPU code with highlevel functions (in a dedicated language) that are then optimized and compiled down to openCL or...
I'm trying to run the tests for the `arithmetic` example (`env RUST_BACKTRACE=1 cargo test`), but am getting undefined behaviour. In most cases a double free is detected and the program...
Hi! Your library is getting more and more popular. Would you please use [gitflow](https://ru.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow)? At least would you please protect `master` branch from pushing into it without pull requests even...
Hey there! I was curious what the current project status is, as it hasn't been updated in a few years. I totally understand if you just ran out of time...
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.2.1 to 3.12.0. Changelog Sourced from bumpalo's changelog. 3.12.0 Released 2023-01-17. Added Added the bumpalo::boxed::Box::bump and bumpalo::collections::String::bump getters to get the underlying Bump that a string or...