Search found 10 matches

by jpalpant
Tue Oct 19, 2021 12:00 am
Forum: New GPUs (whitelist)
Topic: Please consider adding WSL2 GPU accelerator support
Replies: 3
Views: 9559

Re: Please consider adding WSL2 GPU accelerator support

I see, thank you for responding! I think it's unlikely that MSFT plans to do so in the near future considering the way they're working on the GPUPV stuff, but if that changes, I'll keep that in mind.
by jpalpant
Sat Oct 16, 2021 5:02 pm
Forum: New GPUs (whitelist)
Topic: Please consider adding WSL2 GPU accelerator support
Replies: 3
Views: 9559

Please consider adding WSL2 GPU accelerator support

Microsoft has started to support GPU acceleration inside the Windows Subsystem for Linux with version 2 (WSL2). WSL is a sort of Linux container running on Windows, and it's really convenient for development and testing. With WSL2, Microsoft presents a virtual GPU device and sort of proxies the actu...
by jpalpant
Fri Mar 13, 2020 2:29 am
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

By working on, do you mean currently processing? If so, the the WU will not show up in the database. FAH does it's best to run every PRCG once and only once ... except when it fails. Once a WU is successfully returned, it isn't sent out again and the trajectory moves on from PRCG to PRC(G+1) Got it...
by jpalpant
Thu Mar 12, 2020 11:39 pm
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

Awesome, thanks toTOW! Excited to get back to folding.

I'm currently working on 11747 (0, 159, 1) which also doesn't show up in the WU DB - https://apps.foldingathome.org/wu#proje ... =159&gen=1 - weird.
by jpalpant
Thu Mar 12, 2020 11:09 pm
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

You know I feel very dumb, but I do have my system running now with Core22. I had a memory limit on the Pod and though the container itself wasn't getting OOMKilled, I think it might have been getting interrupted for that reason. I've removed it for now and the container is pretty memory-hungry, so ...
by jpalpant
Thu Mar 12, 2020 10:26 pm
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

Sounds like a reasonable step, I'll give it a try! That said, I think the fault is likely in my Kubernetes environment, not my image. I just tried running the same image used for my Pod directly with docker run, and found it was able to start and run quite well. Interestingly, I then stopped the man...
by jpalpant
Thu Mar 12, 2020 9:33 pm
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

@foldy yep, I'm using

Code: Select all

FROM nvidia/opencl:runtime-ubuntu18.04
as my base. This image has worked well on other GPU tasks previously, but since I was assigned Core22 it hasn't been able to succeed.
by jpalpant
Thu Mar 12, 2020 9:04 pm
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

For completeness' sake, I should update and say that I think the issue is likely in my Docker/nvidia-container-runtime/Kubernetes environment and how it interacts with hardware, rather than the core. I don't know why I didn't think of this but I quickly tried running FAHClient from the native OS and...
by jpalpant
Wed Mar 11, 2020 5:05 am
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

Thanks a lot for the report, problem is I don't think I have a way for you to only run core21 until we sort this out. Let me think about this overnight, maybe there is something we can do, I suspect there might be more people like you coming. No worries, if there's any other info I can get you I'm ...
by jpalpant
Wed Mar 11, 2020 1:01 am
Forum: GPU Projects and FahCores
Topic: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback thread
Replies: 84
Views: 23880

Re: GPU CORE22 0.0.2 coming to FAH - p11737-9 feedback threa

I've been having some trouble with this core - or possibly with my setup. New folder, I only really started last weekend after I got sick of my GPU sitting around. I have maybe an unconventional setup, but am happy to debug however I can, I'm just not too familiar with tracking down issues like this...