Similar to another unresolved issue on here; I’m experiencing trouble with some of the PTB demos which doesn’t bode well for the experiments we have lined up at the lab.
After running demos such as TotallyMinimalDemo;
I’m left with an all-black screen I cannot escape from.
I have a setup with 2-GPUS on one monitor (using Linux). The graphics cards are both the same, but we hope to have individual use for both.
I was wondering why this issue was arising- and how I can optimally go through the tutorials without facing a graphics issue.
If it’s any help, here’s the output regarding my gpuDevice info:
Lab 1:
ans =
CUDADevice with properties:
Name: 'Quadro P620'
Index: 1
ComputeCapability: '6.1'
SupportsDouble: 1
DriverVersion: 10.1000
ToolkitVersion: 10.1000
MaxThreadsPerBlock: 1024
MaxShmemPerBlock: 49152
MaxThreadBlockSize: [1024 1024 64]
MaxGridSize: [2.1475e+09 65535 65535]
SIMDWidth: 32
TotalMemory: 2.0886e+09
AvailableMemory: 1.6874e+09
MultiprocessorCount: 4
ClockRateKHz: 1354000
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 1
CanMapHostMemory: 1
DeviceSupported: 1
DeviceSelected: 1
Lab 2:
ans =
CUDADevice with properties:
Name: 'Quadro P620'
Index: 2
ComputeCapability: '6.1'
SupportsDouble: 1
DriverVersion: 10.1000
ToolkitVersion: 10.1000
MaxThreadsPerBlock: 1024
MaxShmemPerBlock: 49152
MaxThreadBlockSize: [1024 1024 64]
MaxGridSize: [2.1475e+09 65535 65535]
SIMDWidth: 32
TotalMemory: 2.0975e+09
AvailableMemory: 1.8144e+09
MultiprocessorCount: 4
ClockRateKHz: 1354000
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 0
CanMapHostMemory: 1
DeviceSupported: 1
DeviceSelected: 1