duongtd23
duongtd23
What you guessed is true, the stream-ordered memory allocation is not supported in my environment. Is there any way that I can use RGL without the stream-ordered memory allocation? ```...
@prybicki Thank you for suggesting a solution. Unfortunately, even doing so, another error appears. This is part of the log: ``` $ ./build/bin/test/RobotecGPULidar_test Running main() from /home/nimda/RobotecGPULidar/external/googletest/googletest/src/gtest_main.cc [==========] Running 366...
I tried with your last fix, and now I can see the error code: ``` $ ./build/bin/test/RobotecGPULidar_test Running main() from /home/nimda/RobotecGPULidar/external/googletest/googletest/src/gtest_main.cc [==========] Running 366 tests from 65 test suites. [----------]...
@prybicki Sorry, I forgot to paste the link even though I intended to so do. Check the accepted answer in this post: https://forums.developer.nvidia.com/t/cuda-failure-status-801-error-1-in-buffer-allocation/265302/37. I am not familiar with Cuda driver...