-
Hi,
I have got 2 GPU in my System, one in the APU A8 7600, and a dedicated RX 550.
clinfo reports:
```
Number of platforms: 1
Platform Profile: …
c-bug updated
1 month ago
-
Currently Etaler compiles OpenCL kernels and cache them in memory. This is kinda slow for some OpenCL implementations. Would want to cache the data somewhere (`~/.cache/etaler` or something like it)
-
For now, it seems `clCreateKernel` is called whenever any type of `_cl` wrapper function is invoked.
For example,
`FullyConnectedLayer::forwarding -> dotCl -> dot_cl -> clCreateKernel`
Consid…
-
Excerpt from my current thesis:
An issue that came up testing the OpenCL hybrid backend was
that the performance did not scale as expected with systems that have more than
one CPU. Such systems have …
-
Hello! i'm trying to build on Freebsd12 and very early in the compilation I get this error
```
-- Build files have been written to: /root/Darknet-On-OpenCL/build
root@jarvis:~/Darknet-On-OpenCL/b…
-
Hi,
I know this is not the officially supported way to run clvk, but I was trying to statically link the library (OpenCL-static) to my executable.
Using the pre-compiled spirv from clspv works, but …
-
### Purpose
This project exists to minimize our reliance on compile time parameterization in MIOpen's source kernels. The goal isn't to sacrifice performance, but rather determine a ways of reducing …
-
Hi Jürgen,
this is an awesome exploration work. I have 2 questions and 1 suggestion (sorry for the long issue):
1) How do we know results are corect? I am running with the `tornado-multi-tg` b…
-
Connecting to my Zivid 2+ L110 using the below snippet takes about a minute.
Is there a way to speed up the process of connecting to the camera?
```
import zivid
app = zivid.Application()
cam…
-
_This is a copy of a presentation for MIOpen team I held a couple of years ago, when we've introduced and implemented the Solver/Solution architecture. It does not cover the recent additions like GetW…