Displaying 3 results from an estimated 3 matches for "gtx950".
Did you mean:
gtx650
2020 Sep 24
2
cuda __shfl_sync problem
...Feature 'shfl.sync' requires PTX
ISA .version 6.0 or later
Now according to
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#warp-shuffle-functions,
__shfl_sync is supported by compute capability >= 3 and according to
https://developer.nvidia.com/cuda-gpus#compute my GTX950 has Compute
Capability 5.2.
Also according to
https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#release-notes
PTX ISA 6.0 does support sm_52.
However llc generates:
.version 4.1
.target sm_52, debug
.address_size 64
Any ideas why this is happening? Or am i doing something wro...
2020 Sep 25
2
cuda __shfl_sync problem
...on 6.0 or later
>>
>> Now according to
>> https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#warp-shuffle-functions,
>>
>> __shfl_sync is supported by compute capability >= 3 and according to
>> https://developer.nvidia.com/cuda-gpus#compute my GTX950 has Compute
>> Capability 5.2.
>>
>> Also according to
>> https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#release-notes
>> PTX ISA 6.0 does support sm_52.
>>
>> However llc generates:
>>
>> .version 4.1
>> .target sm_5...
2019 Jul 10
1
[Bug 111098] New: xf16-video-nouveau 1.0.16-1 arch fails to resume from blank
...OS: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee: nouveau at lists.freedesktop.org
Reporter: paulo at matos-sorge.com
QA Contact: nouveau at lists.freedesktop.org
I have a GM206 video (GTX950) card and moved from the official drivers to
nouveau to try them out. It fails to resume from a blank screen. I am on a dual
head setup.
The card (from lspci -vv) is:
02:00.0 VGA compatible controller: NVIDIA Corporation GM206 [GeForce GTX 950]
(rev a1) (prog-if 00 [VGA controller])
Subsy...