-
##### System information (version)
- OpenCV => 3.4.0; 3.4.1
- 3.4.0 was cross-compiled by Yocto.
- 3.4.1 was natively-compiled.
- Operating System / Platform => Yocto Linux 2.4 / i.MX 8M QUA…
-
Hi,
now that one use case of CLonD3D12 and GLonD3D12 is clear:
https://devblogs.microsoft.com/directx/directx-heart-linux/
seems other use case Microsoft is interested is for Windows on ARM64 as th…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR50841](https://bugs.llvm.org/show_bug.cgi?id=50841) |
| Status | CONFIRMED |
| Importance | P enha…
-
I'm developing an OpenCL application PRPLL/GpuOwl https://github.com/preda/gpuowl/tree/prpll for a primes search project.
The app runs a long series of kernels serially, in a long loop, e.g. let's …
-
**Is your feature request related to a problem? Please describe.**
Currently, we can only support OpenCL kernel compiled with ROCm 3.8, which is very old.
**Describe the solution you'd like**
W…
-
# 平台(如果交叉编译请再附上交叉编译目标平台):
RK3588,本地编译
gcc版本11.4.0
g++版本
Ubuntu 22.04
# Github版本:
git clone https://github.com/alibaba/MNN.git
# 编译方式:
cmake..
make -j4
python build_deps.py opencl
py…
-
Compiling the following OpenCL kernel code for a TTA target fails with an assertion:
```opencl
__kernel void test(long a, __global int *b)
{
long mul = (a * (long)10);
int x_in = (int)(…
-
- paper: https://www.researchgate.net/profile/Valeriu-Codreanu/publication/301521441_CLTune_A_Generic_Auto-Tuner_for_OpenCL_Kernels/links/571755ce08ae09ceb2642db1/CLTune-A-Generic-Auto-Tuner-for-OpenC…
-
**Expected**
Making two slices from a buffer with the same dimension and index should point to the same buffer and should be interchangeable. Passing the first slice to a halide func and using the …
-
I've been going through the proposed command buffer extension, to see if our application, PyFR, might benefit from it.
However, while attempting to port the OpenCL backend of our application over, …