Jeremy Newton
Jeremy Newton
at first glance, this looks like a boolean stored as a int.
Indeed, you can just add the name of the apk to the list (note that its the file name that needs to be added). If you can, I would suggest...
I'm sure this can be closed once the CM13 release is built and updated, see #20 I also updated the readme with some info if people are interested, see #22
I plan to implement something of the following: https://github.com/lavi741/gnome-shell-extension-inhibit-suspend The only issue is that I need a "setting" compatible with extension.gnome.org and a way to set the location of the...
See #20 for CM13, which hasn't been uploaded to the releases page yet. 12.1 should be working with the 12 version.
As far as I know, headers/opencl2.2 is a snapshot of this: https://github.com/KhronosGroup/OpenCL-Headers (Apache-2.0 with some MIT, the latest upstream headers might have been completely relicensed to apache) While ICD is...
Yeah I noticed this too. My Raven APU shows up, but I don't see the gfx1030.
Can you run: AMD_LOG_LEVEL=4 clinfo I just realised that my install of compiler (clang/comgr/llvm) was messed up. E.g. it was trying to use comgr with an older clang/llvm somehow, so...
I'd probably suggest to follow Fedora if you need to stick to shared libs. Fedora uses the upstream LLVM release branches, but RadeonOpenCompute/llvm-project follows llvm-project upstream's trunk ('main" branch), so...
> -DLLD_DIR=$HOME/opt/llvm/15.0.7/lib/cmake/lld \ > -DClang_DIR=$HOME/opt/llvm/15.0.7/lib/cmake/clang \ I noticed you're using llvm 15, any reason the distro doesn't have 16 or 17 available? Either way, I have some forks available if...