A lot of GPU-errors when doing windowPoSt's on CPU #1407
-
Describe the bug windowPoSt start:
GPU-errors (there is no GPU in the server:
windowPoSt finished:
To Reproduce
Expected behavior Version (run |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is the expected behaviour at the moment.
is printed to make clear that no GPU is available, and it is always done so when a new task is started. This should have no performance impact.
is a log message about the internal lock handling for GPUs, which is slightly misleading in this case, but there is no error here. I just means that the GPU lock is available, which it is always because no GPU is actually being used. |
Beta Was this translation helpful? Give feedback.
-
Great! Thanks for the answer! |
Beta Was this translation helpful? Give feedback.
This is the expected behaviour at the moment.
is printed to make clear that no GPU is available, and it is always done so when a new task is started. This should have no performance impact.
is a log message about the internal lock handling for GPUs, which is slightly misleading in this case, but there is no error here. I just means that the GPU lock is available, which it is always because no GPU is actually being used.