Finn Stokes

Results 7 comments of Finn Stokes

I rolled back to 2.0-89, employing similar fixes to get it to compile. Despite the fact that `dkms install amdgpu/2.0-89.el7` gives the error `dracut:Failed to install module amdkfd`, it seems...

@kentrussell, I have updated to 2.2, and the same issues persist. I will create a pull request that fixes all my compilation problems aside from the `drm_backport` errors that I...

@mfk530 Thanks for that information. I had not noticed your pull request #74 which showed up after I opened this issue. Applying the patch at https://lists.freedesktop.org/archives/amd-gfx/2019-March/032365.html seems to have resolved...

`clinfo` ran fine, but running one of my OpenCL tests crashed the machine with ``` Message from syslogd at Mar 20 18:09:50 ... kernel:Internal error: Oops: 96000005 [#1] SMP ```...

It looks like when I run any OpenCL code, I get a bunch of corrected PCIe errors, then the program hangs: ``` [ 589.176607] pcieport 0000:00:00.0: AER: Corrected error received:...

Hi @jlgreathouse I tried building the roc-2.0.x branch. Because the 2.0.0 tag does not include the fix to RadeonOpenCompute/ROCm-OpenCL-Driver#76, I had to patch the relevant `CMakeLists.txt`. When it got to...

How about a generator that yields both the object and the separator, so you can go: ``` for obj, conj in gentext.conjunct(ls): print(obj) # or whatever print(conj) ```