-
(this showed up already several times, but I didn't see an issue)
see lecture slides at https://www.statistics.ma.tum.de/personen/professorinnen/claudia-czado/forschung/lecture-slides/
for some is…
-
Hello!
I got plaidml setup with some help from `PLAIDML_VERBOSE`:
https://github.com/plaidml/plaidml/issues/1302#issuecomment-726497962
However, I noticed one plaidbench run reported failure, but…
-
Have you ever tried to port it to DirectX + HLSL?
I integrated it to my DX/OGL rendering engine. OGL+GLSL works just fine but DX+HLSL renders some glyphs (not all) with some artifacts.
-
FYI: I ran all the ea_non_iid output files through the compare perl script and wanted to let you know I noticed "Significant difference" for two files:
```
1. perl compareresults.pl result\biased-…
-
Detect handwritten characters and deploy the project via a website or app.
-
**Describe the bug**
With intel igpu hashcat cannot start session (log below)
**To Reproduce**
0. Have intel hd graphics 505 :skull:
1. Run `hashcat -m 1500 -a 0 password.txt`
2. Get error
…
wctrl updated
5 months ago
-
Looks like there is a bug in how result type for decimal multiplication is calculated.
```
presto:di> select cast(1.2 as decimal(38, 30)) * cast(1.2 as decimal(38, 30));
Query 20240401_120207_793…
-
Hi,
I'm running the test scripts now but they all seem to be giving me a Segmentation fault (core dumped) error. I went through make and cmake fully with all the necessary libraries being installed…
-
I’m having a problem running CI tests on a Windows architecture in a code that uses PINT under the hood, because:
1. PINT uses `getpass.getuser()`
2. `getpass` requires the `pwd` module, which doe…
-
It seems sometimes image is not correctly initialized on NVIDA GPU on windows.
```
import numpy as np
import pyopencl as cl
from pyopencl import cltypes
platform = cl.get_platforms()[0]
print…