Search found 7 matches

by jzroth
Sun Mar 29, 2020 8:19 pm
Forum: Problems with NVidia drivers
Topic: [SOLVED] Folding with NVidia CUDA on Gentoo
Replies: 14
Views: 5621

Re: Gentoo: Neither CUDA nor OpenCL detected despite install

OK, I've managed to get it working. Here's everything I did: 1. Uninstall sci-biology/foldingathome 2. delete the /opt/foldingathome directory 3. Emerge nvidia-drivers with these USE flags: +X +abi_x86_32 +acpi +driver +kms +libglvnd +multilib +static-libs +tools +uvm 3. Emerge nvidia-cuda-sdk with ...
by jzroth
Thu Mar 26, 2020 3:14 am
Forum: Problems with NVidia drivers
Topic: [SOLVED] Folding with NVidia CUDA on Gentoo
Replies: 14
Views: 5621

Re: Gentoo: Neither CUDA nor OpenCL detected despite install

This looks like it might be the same issue: HOWTO: How I got my R9 290 folding on Linux That looks like it was a different issue - mine was just that I needed to add user "foldingathome" to group "video" in order to detect the CUDA and OpenCL devices on startup. However, upon so...
by jzroth
Wed Mar 25, 2020 7:22 pm
Forum: Problems with NVidia drivers
Topic: [SOLVED] Folding with NVidia CUDA on Gentoo
Replies: 14
Views: 5621

Re: Gentoo: Neither CUDA nor OpenCL detected despite install

Seems to have worked for me too! It's detecting CUDA and OpenCL now.
I won't be able to be sure it works till there's work units available again, though.
by jzroth
Tue Mar 24, 2020 9:34 pm
Forum: Problems with NVidia drivers
Topic: [SOLVED] Folding with NVidia CUDA on Gentoo
Replies: 14
Views: 5621

Re: Gentoo: Neither CUDA nor OpenCL detected despite install

I'm seeing that too. Here's the full clinfo: Number of platforms 1 Platform Name NVIDIA CUDA Platform Vendor NVIDIA Corporation Platform Version OpenCL 1.2 CUDA 10.2.131 Platform Profile FULL_PROFILE Platform Extensions cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_loc...
by jzroth
Tue Mar 24, 2020 8:47 am
Forum: Problems with NVidia drivers
Topic: [SOLVED] Folding with NVidia CUDA on Gentoo
Replies: 14
Views: 5621

Re: Gentoo: Neither CUDA nor OpenCL detected despite install

Also, clinfo shows my OpenCL implementation is working: jacob@gaia ~ $ clinfo Number of platforms 1 Platform Name NVIDIA CUDA Platform Vendor NVIDIA Corporation Platform Version OpenCL 1.2 CUDA 10.2.131 Platform Profile FULL_PROFILE Platform Extensions cl_khr_global_int32_base_atomics cl_khr_global_...
by jzroth
Tue Mar 24, 2020 7:58 am
Forum: Problems with NVidia drivers
Topic: [SOLVED] Folding with NVidia CUDA on Gentoo
Replies: 14
Views: 5621

Re: Gentoo: Neither CUDA nor OpenCL detected despite install

Proprietary drivers are already installed and running (I have "NVIDIA corporation" as my glx vendor string). Also, Gentoo installs the headers for every package automatically (it has to, because it's a source based distro).
by jzroth
Mon Mar 23, 2020 7:39 am
Forum: Problems with NVidia drivers
Topic: [SOLVED] Folding with NVidia CUDA on Gentoo
Replies: 14
Views: 5621

[SOLVED] Folding with NVidia CUDA on Gentoo

Hi, fairly new folder here. I'm running folding@home on Gentoo, and I'm having trouble getting it to recognize my Nvidia GeForce GTX 750 Ti. I'm able to run folding@home with just the CPU just fine - it will start up, receive work units, and solve them. Now I'm trying to do GPU computing as well, so...