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
RowToColumnTests.Biggest
unknown file: Failure
C++ exception with description "std::bad_alloc: out_of_memory: CUDA error at: /home/user/gits/NVIDIA/spark-rapids-jni/target/libcudf-install/include/rmm/mr/device/cuda_memory_resource.hpp:60: cudaErrorMemoryAllocation out of memory" thrown in the test body.
The same test passes on Quadro RTX 6000 with 24GiB
The test hard-codes a pretty large table in absolute terms:
Repro:
Log file contet
The same test passes on Quadro RTX 6000 with 24GiB
The test hard-codes a pretty large table in absolute terms:
spark-rapids-jni/src/main/cpp/tests/row_conversion.cpp
Lines 412 to 418 in 6d68216
(2 * 1024 * 1024) rows * 128 cols * 4 = 1GiB
which is then replicated by conversion. Presumably the smaller GPU cannot pass this test as is.
The test should fail or be skipped with a clear message indicating that the GPU under test is too small.
The text was updated successfully, but these errors were encountered: