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
When setting verbosity to 3 the memory logger should log all allocation and deallocation on GPU. But I encountered the deallocatation error when input is cudf, saying that the pointer in SpasePage::data is never allocated, which is obviously not true.
This is a reminder for myself. Also @RAMitchell might have some inputs here.
When setting
verbosity
to 3 the memory logger should log all allocation and deallocation on GPU. But I encountered the deallocatation error when input is cudf, saying that the pointer in SpasePage::data is never allocated, which is obviously not true.This is a reminder for myself. Also @RAMitchell might have some inputs here.
The text was updated successfully, but these errors were encountered: