ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

mm: discard async errors from pinning failures

Open rattus128 opened this issue 4 days ago • 0 comments
trafficstars

Pretty much every error cudaHostRegister can throw also queues the same error on the async GPU queue. This was fixed for repinning error case, but there is the bad mmap and just enomem cases that are harder to detect.

Do some dummy GPU work to clean the error state.

rattus128 avatar Nov 13 '25 16:11 rattus128