Tracking issue for PR discussion #1810 (comment)
CAGRA's iterative build method needs to allocate a large temp array to store the matrix.
It is expected that we fit into device memory, but the allocation size is still large (n_rows * graph degree).
Is large_workspace_resource the right memory resource to allocate this?
Tracking issue for PR discussion #1810 (comment)
CAGRA's iterative build method needs to allocate a large temp array to store the matrix.
It is expected that we fit into device memory, but the allocation size is still large (
n_rows * graph degree).Is
large_workspace_resourcethe right memory resource to allocate this?