Skip to content

A lot of GPU-errors when doing windowPoSt's on CPU #1407

Answered by dignifiedquire
rjan90 asked this question in Q&A
Discussion options

You must be logged in to vote

This is the expected behaviour at the moment.

WARN  Cannot instantiate GPU Multiexp kernel! Error: GPUError: No working GPUs found!

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.

GPU is available for Multiexp!

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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dignifiedquire
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants