-
Based on your [OpenCL example](https://pyvkfft.readthedocs.io/en/latest/examples/pyvkfft-tests-OpenCL.html), the following code
```python
import pyopencl as cl
import pyopencl.array
import pyvkf…
-
**Describe the bug**
It is possible to create a program with builtin kernels that have periods in their names, but it does not seem to be possible to actually invoke them.
**To Reproduce**
Steps …
-
After serious perf improvements by NVIDIA's CUDNN R4 across board, I suppose Nervana weren't too happy to be left behind.
They've just released (as part of Neon) their Winograd-based kernels which ha…
-
@naibaf7 @bhack
I open this ticket in order to discuss ideas for integration libdnn to tiny-cnn.
Currently, I implemented a small interface to get native OpenCL context from tiny-cnn:
https://github…
-
Failed when using --gpu
```bash
(base) akikawa@DESKTOP-90048F8:/image$ dw --gpu --iter 40 --out ./dw_GPU/dw_dapi.tif ./raw/dapi.tif ./dw/dw_dapi_psf.tif
Reading /image/raw/dapi.tif
Reading /image/…
-
hi,
I have a model in TFLite format which I quantized via "full integer quantization of weights and activations" under tensorflow-2.1 (https://www.tensorflow.org/model_optimization/guide/quantization…
-
```
user@starfive:~/src/pocl$ git branch -r
origin/HEAD -> origin/master
origin/add-micpro-pub
origin/almaif-notify-racecond
origin/almaif-standalone
origin/almaifv2-os
origin/avoid…
-
GPU device -`gfx1030`
Backend - `OCL`
OS - `Ubuntu 20.04`/`CentOS 8`
Test Case -
`/opt/rocm/bin/runvx -frames:1000 -affinity:GPU -dump-profile node org.khronos.openvx.warp_perspective image:192…
-
**Issue** - Vision Test in V 1.2.1 had all functions from 1.3 listed in the performance test. With V 1.2.2 most of the nodes are missing.
List of all tests - https://github.com/GPUOpen-Professional…
-
We will want to allow people to write their own CV code and run it synchronously with WebXR. They may want to parallelize, but we might be able to just keep it simple.
For a while, we were talking…