You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: ggml_backend_cuda_get/set_tensor_async — fall back to buffer's own method when tensor is non-CUDA
When the scheduler calls get_tensor_async(cuda_backend, tensor) but the tensor's
buffer is CPU/other, delegate to the buffer's own get_tensor/set_tensor instead
of asserting. This fixes the 'unsupported buffer type' crash when the scheduler
tries to read tensors through the wrong backend.
0 commit comments