opencl3
opencl3 copied to clipboard
A Rust implementation of the Khronos OpenCL 3.0 API.
In my code I write to a sub-buffer. Due to https://github.com/kenba/opencl3/pull/27 this sub-buffer needs to be mutable. The buffer the sub-buffer is created from via [`Buffer::create_sub_buffer()`](https://docs.rs/opencl3/0.3.1/opencl3/memory/struct.Buffer.html#method.create_sub_buffer) doesn't need (in the...
Hello, I discovered this new crate recently, I couldn't find no examples online nor on this repository on how to work with images. A minimalist example that creates an opencl...
Hi , I was trying one of the example [clinfo.rs](https://github.com/kenba/opencl3/blob/main/examples/clinfo.rs) on my windows 11 , But i am having this error ` = note: LINK : fatal error LNK1181: cannot...
Hi, thanks for your time to read this issue. Our static analysis tool found there might be an unsound issue in your `set_len` implementation of buffer: https://github.com/kenba/opencl3/blob/1d7d74da2ff76c93c7418dd016386a8b907e2bd3/src/svm.rs#L300-L311 As mentioned in...
Running: `cargo test -- --test-threads=1 --show-output --ignored` on a AMD Ryzen 5 2500U running Windows 11 Pro 23H2 build 22631.4602 and OpenCL® Driver Version: 31.0.21921.1000 failed with: ``` OpenCL kernel_0_name:...