Archives week 36 of 2015
Sept. 7, 2015 - Sept. 13, 2015
KDE Seems to run on fglrx now!
Written by
on
in
Tuxedo.
So when I started testing the soon-to-be-released KDE Plasma 5.x releases they were... less-than-usable on fglrx (and would fairly frequently fail to come back from suspend/resume), so I had to switch the laptop over to Intel graphics. However, since I need to be able to run OpenCL and OpenGL/GPGPU stuff on the laptop I switched ...
Old School GPGPU is Frustrating
Written by
on
in
Snaking.
So I burned the evening on trying to get a working GPGPU implementation for my desktop/workstation and laptop.
Started off with PyOpenCL, but wound up blocked on that due to libcffi failing with some missing headers. So switched back to playing with raw GPGPU on GLSL. The actual setup/GL part went well, but when I ...