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
tianleiwu opened this issue
Jul 12, 2024
· 2 comments
Labels
buildbuild issues; typically submitted using templateep:CUDAissues related to the CUDA execution providerstaleissues that have not been addressed in a while; categorized by a bot
[ RUN ] AllocatorTest.CUDAAllocatorFallbackTest
unknown file: Failure
C++ exception with description "/home/tlwu/onnxruntime/onnxruntime/core/framework/bfc_arena.cc:376 void* onnxruntime::BFCArena::AllocateRawInternal(size_t, bool, onnxruntime::Stream*, bool, onnxruntime::WaitNotificationFn) Failed to allocate memory for requested buffer of size 42487119872
" thrown in the test body.
This issue has been automatically marked as stale due to inactivity and will be closed in 30 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
buildbuild issues; typically submitted using templateep:CUDAissues related to the CUDA execution providerstaleissues that have not been addressed in a while; categorized by a bot
Describe the issue
Unit Test failed in A100 80GB
Urgency
No response
Target platform
ubuntu 20.04
Build script
sh build.sh --config Release --build_dir build/cuda12 --build_shared_lib --parallel --use_cuda
--cuda_version 12.5 --cuda_home /data/cuda12
--cudnn_home /data/cuda12/
--build_wheel --skip_tests
--cmake_generator Ninja
--cmake_extra_defines onnxruntime_BUILD_UNIT_TESTS=ON CMAKE_CUDA_ARCHITECTURES=80 onnxruntime_ENABLE_CUDA_EP_INTERNAL_TESTS=ON
Error / output
onnxruntime/build/cuda12/Release$ ./onnxruntime_test_all --gtest_filter=CUDA_EP_Unittest*
[ RUN ] AllocatorTest.CUDAAllocatorFallbackTest
unknown file: Failure
C++ exception with description "/home/tlwu/onnxruntime/onnxruntime/core/framework/bfc_arena.cc:376 void* onnxruntime::BFCArena::AllocateRawInternal(size_t, bool, onnxruntime::Stream*, bool, onnxruntime::WaitNotificationFn) Failed to allocate memory for requested buffer of size 42487119872
" thrown in the test body.
[ FAILED ] AllocatorTest.CUDAAllocatorFallbackTest (3 ms)
Visual Studio Version
No response
GCC / Compiler Version
11.4
The text was updated successfully, but these errors were encountered: