-
Hello, I have a TONGA AMD graphical card with the mesa clover implementation
But during the test I get these error messages.
Cheers
```
======================================================…
picca updated
7 years ago
-
```
The precise timing possibility of OpenCL matvec (removed in r1334) makes it
hard to track issues with the OpenCL kernels on different devices. A desired
goal would be to add an option to change …
-
```
The precise timing possibility of OpenCL matvec (removed in r1334) makes it
hard to track issues with the OpenCL kernels on different devices. A desired
goal would be to add an option to change …
-
Question: Can two OpenCL devices from different platforms (example: 1x NVIDIA GPU + 1x AMD GPU) be used at the same time to accelerate training process in OpenCL Caffe?
During my test, after init,…
-
dpctl can detect cuda devices:
```
In [2]: import dpctl
In [3]: dpctl.get_devices()
Out[3]: []
```
but `dpctl.program` can't create kernels, [only `level_zero` and `opencl` are supported](…
-
This includes:
1. implementing all kernels as CUDA kernels
2. implementing an appropriate buffer type
3. updating `Context` to include a CUDA context when the `cuda` feature flag is present and …
-
**Describe the bug**
If GPU computation is suspended during use or when an exclusive application is running, when computation resumes, BOINC sometimes swaps which task is on which GPU. This causes a …
sr1gh updated
2 weeks ago
-
```
The precise timing possibility of OpenCL matvec (removed in r1334) makes it
hard to track issues with the OpenCL kernels on different devices. A desired
goal would be to add an option to change …
-
I'm having quite a bit of trouble trying to get this to run. I am running on ArchLinux with Intel OpenCL. When I run `make check`, the tests fail with the message `out of memory`. I tried monitoring m…
-
The current caching implemented in ocl_compile_program(...) needs to be improved so that it will rebuild the code if:
- the OpenCL kernels change or
- the OpenCL compilation flags change.