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
Describe the bug
when building and runing raft test case "cpp/build/gtests/NEIGHBORS_ANN_CAGRA_TEST", reported this error report, as below list:
I run test case on nvidia v100 and cuda 11.8 , nvidia deriver 535.54
/code/raft-24.04-2/cpp/include/raft/neighbors/detail/ivf_flat_interleaved_scan-inl.cuh:756: void raft::neighbors::ivf_flat::detail::interleaved_scan_kernel(Lambda, PostLambda, unsigned int, const T *, const unsigned int *, const T *const *, const unsigned int *, unsigned int, unsigned int, unsigned int, unsigned int, const unsigned int *, unsigned int, IvfSampleFilterT, unsigned int *, float *) [with int Capacity = 256; int Veclen = 1; nv_bool Ascending = true; T = float; AccT = float; IdxT = signed long; IvfSampleFilterT = raft::neighbors::filtering::ivf_to_sample_filter<signed long, raft::neighbors::filtering::none_ivf_sample_filter>; Lambda = raft::neighbors::ivf_flat::detail::euclidean_dist<1, float, float>; PostLambda = raft::identity_op]: block: [0,131,0], thread: [126,0,0] Assertion sample_offset + list_length <= max_samples failed.
/code/raft-24.04-2/cpp/include/raft/neighbors/detail/ivf_flat_interleaved_scan-inl.cuh:756: void raft::neighbors::ivf_flat::detail::interleaved_scan_kernel(Lambda, PostLambda, unsigned int, const T *, const unsigned int *, const T *const *, const unsigned int *, unsigned int, unsigned int, unsigned int, unsigned int, const unsigned int *, unsigned int, IvfSampleFilterT, unsigned int *, float ) [with int Capacity = 256; int Veclen = 1; __nv_bool Ascending = true; T = float; AccT = float; IdxT = signed long; IvfSampleFilterT = raft::neighbors::filtering::ivf_to_sample_filter<signed long, raft::neighbors::filtering::none_ivf_sample_filter>; Lambda = raft::neighbors::ivf_flat::detail::euclidean_dist<1, float, float>; PostLambda = raft::identity_op]: block: [0,131,0], thread: [127,0,0] Assertion sample_offset + list_length <= max_samples failed.
CUDA Error detected. cudaErrorAssert device-side assert triggered
NEIGHBORS_ANN_CAGRA_TEST: /code/raft-24.04-2/cpp/build/_deps/rmm-src/include/rmm/mr/device/cuda_memory_resource.hpp:78: virtual void rmm::mr::cuda_memory_resource::do_deallocate(void, std::size_t, rmm::cuda_stream_view): Assertion `status == cudaSuccess' failed.
The text was updated successfully, but these errors were encountered:
Describe the bug
when building and runing raft test case "cpp/build/gtests/NEIGHBORS_ANN_CAGRA_TEST", reported this error report, as below list:
I run test case on nvidia v100 and cuda 11.8 , nvidia deriver 535.54
/code/raft-24.04-2/cpp/include/raft/neighbors/detail/ivf_flat_interleaved_scan-inl.cuh:756: void raft::neighbors::ivf_flat::detail::interleaved_scan_kernel(Lambda, PostLambda, unsigned int, const T *, const unsigned int *, const T *const *, const unsigned int *, unsigned int, unsigned int, unsigned int, unsigned int, const unsigned int *, unsigned int, IvfSampleFilterT, unsigned int *, float *) [with int Capacity = 256; int Veclen = 1; nv_bool Ascending = true; T = float; AccT = float; IdxT = signed long; IvfSampleFilterT = raft::neighbors::filtering::ivf_to_sample_filter<signed long, raft::neighbors::filtering::none_ivf_sample_filter>; Lambda = raft::neighbors::ivf_flat::detail::euclidean_dist<1, float, float>; PostLambda = raft::identity_op]: block: [0,131,0], thread: [126,0,0] Assertion
sample_offset + list_length <= max_samples
failed./code/raft-24.04-2/cpp/include/raft/neighbors/detail/ivf_flat_interleaved_scan-inl.cuh:756: void raft::neighbors::ivf_flat::detail::interleaved_scan_kernel(Lambda, PostLambda, unsigned int, const T *, const unsigned int *, const T *const *, const unsigned int *, unsigned int, unsigned int, unsigned int, unsigned int, const unsigned int *, unsigned int, IvfSampleFilterT, unsigned int *, float ) [with int Capacity = 256; int Veclen = 1; __nv_bool Ascending = true; T = float; AccT = float; IdxT = signed long; IvfSampleFilterT = raft::neighbors::filtering::ivf_to_sample_filter<signed long, raft::neighbors::filtering::none_ivf_sample_filter>; Lambda = raft::neighbors::ivf_flat::detail::euclidean_dist<1, float, float>; PostLambda = raft::identity_op]: block: [0,131,0], thread: [127,0,0] Assertion
sample_offset + list_length <= max_samples
failed.CUDA Error detected. cudaErrorAssert device-side assert triggered
NEIGHBORS_ANN_CAGRA_TEST: /code/raft-24.04-2/cpp/build/_deps/rmm-src/include/rmm/mr/device/cuda_memory_resource.hpp:78: virtual void rmm::mr::cuda_memory_resource::do_deallocate(void, std::size_t, rmm::cuda_stream_view): Assertion `status == cudaSuccess' failed.
The text was updated successfully, but these errors were encountered: