-
I use the following driver for my card with mesa-opencl-icd loader and radeon driver.
```
0d:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Sun XT [Radeon HD 8670A/8670M/8690M / R5 …
-
I am an end-user needing GPU speed for my computations in Python. Until today, I have been pretty satisfied with the excellent pyOpenCL bindings and clFFT library. I recently discovered vkFFT (the nam…
-
```julia
julia> using OpenCL, pocl_jll
julia> function kernel(x)
x[1]
return
end
kernel (generic function with 1 method)
julia> @opencl kernel(CLArray{Int}(undef, 0))
ERROR: Out…
-
**Bug description and how to re-produce**
When trying to crack a hash, I can see that hashcat defaults to using my CPU, and not my GPU(s).
Log:
```
hashcat -m 22000 -a 3 -d 3 file.hc22000 "?d?d?d?…
-
Ubuntu 16.04 LTS
WARNING: backend plugin CryptoGoblin_opencl contains no entry 'xmrstak_start_backend': ./libCryptoGoblin_opencl.so: undefined symbol: xmrstak_start_backend
WARNING: AMD Backend di…
-
I'm new to Glow and want to utilize my NVIDIA GPU's Tensor Cores which is specialized for DNNs. The official demos of Glow offer an OpenCL backend to run networks on GPU, but not Tensor Cores. I'm won…
-
**Is your feature request related to a problem? Please describe.**
Easy installation in *Nix environments
**Describe the solution you'd like**
I would like TornadoVM to be included as an offering…
-
Specifically, reduce the number of wait calls, and remove any potential bottlenecks in the kernel submission. More importantly ... the performance_async_gpu test should pass!
Overall performance s…
-
After #1542 , I noticed that code which would work fine with `FORCE_INSTANT_SUBMISSION` enabled on the CUDA backend would fail when launched on an OpenMP device.
In particular, the following code w…
-
![image](https://user-images.githubusercontent.com/7320657/111304783-1a075480-8691-11eb-9e91-57c34ba73dd3.png)
https://www.khronos.org/registry/OpenCL/extensions/arm/cl_arm_integer_dot_product.txt
…