-
```
What steps will reproduce the problem?
1.install amd app sdk v2.5
2.initialize second display with amdcccle
3.run pyrit list_cores
What is the expected output? What do you see instead?
I expected…
-
```
What steps will reproduce the problem?
1.install amd app sdk v2.5
2.initialize second display with amdcccle
3.run pyrit list_cores
What is the expected output? What do you see instead?
I expected…
-
`u32::max` / `u32::min` cannot be used as they require `OpCapability U8`. They should just work out of the box.
**Workaround:** use `u32::clamp()` instead.
> It's the Ordering enum. it …
-
According to the documentation, GPU support is realized through the magma library. I'm not really familiar with it, but from their website it seems they put more emphasis on CUDA support, therefore NV…
-
### Describe the bug
Running the example program produces an error for big enough arrays.
Program:
```
public class App
{
public static void parallelInitialization(VectorFloat8 data) {…
-
The following is the list of registered targets for LDC 1.27.0:
```
Registered Targets:
aarch64 - AArch64 (little endian)
aarch64_32 - AArch64 (little endian ILP32)
aarch64_be …
-
This issue is for tracking GPU pass through in K3s.
K3s [supports GPU pass through](https://docs.k3s.io/advanced?_highlight=gpu#nvidia-container-runtime-support) but not in NixOS K3s (last time I t…
-
We need to fuse the dequantize and conv kernels in Unet int8 model in order to achieve memory bandwidth improvement on AMD GPUs. This issue is created for tracking the discussion about the possible w…
-
System: ArchLinux 5.11.15-zen1-2-zen
using the aur package opencl-amd what just updated to 21.10
./teamredminer --list_devices:
Team Red Miner version 0.8.1.1
[2021-04-21 15:53:17] Au…
-
```
First, one of the most irritating things about OpenCL is that the default
"Maximum Memory Allocation" is significantly less than the entire amount of
available GPU RAM. In the case of our AMD ha…