-
[This diffusion test](https://github.com/illinois-ceesd/mirgecom/blob/ce4e0229aa32897d3be84062392b24993dfc95b7/test/test_diffusion.py#L241) that uses over-integration seems to require a great deal of …
MTCam updated
3 years ago
-
─(kali㉿windows)-[~/Desktop]
└─$ hashcat -m 22000 capture.hccapx pass
hashcat (v6.2.5) starting
OpenCL API (OpenCL 2.0 pocl 1.8 Linux, None+Asserts, RELOC, LLVM 11.1.0, SLEEF, DISTRO, POCL_DEB…
-
I'm testing out OpenCL on my Qualcomm Snapdragon system. I'm pretty new to GPU computing and coming into this fresh.
When I load OpenCL.jl and call `OpenCL.versioninfo()`, this warning displays:
```…
-
结合log信息
```
### Triple: riscv32, CPU: ventus-gpgpu
Warning: the memory at [0x90000000, 0x90000017] has been realigned
to the 4 KiB page size: [0x90000000, 0x90000FFF]
to allocate at 0x90000000…
-
This is unexpected because of the SPIR-V in between, so likely an issue with the libLLVM.so. A lot of tests crashing with this:
```
4: Expected must be checked before access or destruction.
4: Un…
-
I'm trying to bootstrap and compile the toolchains for Vortex. I followed the README.vortex in the pocl source file pulled from https://github.com/vortexgpgpu/pocl/tree/vortex .
```
#### Compiling …
-
[ 71%] Built target poclu
[ 71%] Building C object bin/CMakeFiles/poclcc.dir/poclcc.c.o
[ 72%] Linking C executable poclcc
CMakeFiles/poclcc.dir/poclcc.c.o: In function `main':
/scratch_ib/suyog/p…
-
I am not sure Intel ICD could be re-distributed, PoCL is packaged in PyPI:
https://pypi.org/project/pocl-binary-distribution/
Can we consider switching from Intel driver to PoCL ?
-
Hi,
I began using clfft (2.12.2, pre-built version shipped with Ubuntu 17.10) recently to perform 2D convolution of images. However, when testing on my currently available devices my code gives dif…
-
Consider the following reproducer:
```py
#!/usr/bin/env python
import numpy as np
import pyopencl as cl
n = 10
ctx = cl.create_some_context()
queue = cl.CommandQueue(ctx)
prg = cl.Prog…