Search found 6 matches
- Tue Feb 23, 2021 10:01 am
- Forum: V7.6.x Public Release Windows/Linux/MacOS X
- Topic: FAH client 7.6.21 starts OpenCL on the wrong OpenCL platform
- Replies: 10
- Views: 9498
Re: FAH client 7.6.21 starts OpenCL on the wrong OpenCL plat
When reading your logs, you've mixed up core Platform and OpenCL platform IDs, core Platform 2 5:03:35:WU02:FS00:0x22:There are 3 platforms available. 05:03:35:WU02:FS00:0x22:Platform 0: Reference 05:03:35:WU02:FS00:0x22:Platform 1: CPU 05:03:35:WU02:FS00:0x22:Platform 2: OpenCL ... 05:04:57:WU02:FS...
- Mon Feb 22, 2021 3:53 pm
- Forum: Intel iGP Drivers
- Topic: red circle with stuck out tongue
- Replies: 33
- Views: 45728
Re: red circle with stuck out tongue
9168 is the one just before, it's very recent and I'm not expecting it to fail (nor the new one to fix it then..), if the issue in your post was already with this driver, that means I need to investigate it more seriously, please confirm or let me know if it happens again.
- Mon Feb 22, 2021 2:27 pm
- Forum: Intel iGP Drivers
- Topic: red circle with stuck out tongue
- Replies: 33
- Views: 45728
Re: red circle with stuck out tongue
Hope I'm ok to post this here, rather than in the GPU projects forum. I'm getting quite a few core restarts and even some aborts with project 13439, running on the Intel igpu (UHD Graphics 'Comet Lake'). Just wondering if it's just me, or are other people seeing the same? I'm also folding on the cp...
- Wed Jan 27, 2021 8:50 am
- Forum: Intel iGP Drivers
- Topic: Intel UHD Graphics? (gen >= 7)
- Replies: 27
- Views: 41062
Re: Intel UHD Graphics?
You can set it by creating /etc/modprobe.d/i915.confk_sze wrote: - Where do I put that `enable_guc=2` thing?
with this content:
Code: Select all
options i915 enable_guc=2
- Tue Dec 15, 2020 10:39 am
- Forum: Intel iGP Drivers
- Topic: failed to create a gpu enabled openmm context
- Replies: 4
- Views: 15234
Re: failed to create a gpu enabled openmm context
Version 1.3 doesn't sound right, maybe it's pocl or beignet OpenCL runtimes, both of them aren't the one to use here for OpenMM. So it seems you're missing OpenCL and Cuda runtimes for both of your GPUs, as previously asked please tell us your distribution and we can provide guidance. For Ubuntu/Deb...
- Wed Aug 19, 2020 9:05 am
- Forum: Problems with NVidia drivers
- Topic: OpenCL not present, or is configured incorrectly
- Replies: 26
- Views: 25392
Re: OpenCL not present, or is configured incorrectly
OpenCL implementations from different vendors are supposed to play nice with each other. You can read more about how this works in OpenCL spec: https://khronos.org/registry/OpenCL/specs/2.2/html/OpenCL_ICD_Installation.html What version of OpenCL.dll do you have in C:\Windows\System32 ? You should h...