PSPNET-cudnn5 icon indicating copy to clipboard operation
PSPNET-cudnn5 copied to clipboard

make runtest failed

Open waholulu opened this issue 6 years ago • 3 comments

[ RUN ] NetTest/1.TestReshape F1003 04:03:16.405048 31446 cudnn.hpp:113] Check failed: status == CUDNN_STATUS_SUCCESS (3 vs. 0) CUDNN_STATUS_BAD_PARAM *** Check failure stack trace: *** @ 0x7f92fc2695cd google::LogMessage::Fail() @ 0x7f92fc26b433 google::LogMessage::SendToLog() @ 0x7f92fc26915b google::LogMessage::Flush() @ 0x7f92fc26be1e google::LogMessageFatal::~LogMessageFatal() @ 0x7f92f9b7ffb8 caffe::CuDNNConvolutionLayer<>::Reshape() @ 0x7f92f99d930e caffe::Net<>::Init() @ 0x7f92f99dad31 caffe::Net<>::Net() @ 0x655b9e caffe::NetTest<>::InitNetFromProtoString() @ 0x65a101 caffe::NetTest_TestReshape_Test<>::TestBody() @ 0x8f1b33 testing::internal::HandleExceptionsInMethodIfSupported<>() @ 0x8eb14a testing::Test::Run() @ 0x8eb298 testing::TestInfo::Run() @ 0x8eb375 testing::TestCase::Run() @ 0x8ec64f testing::internal::UnitTestImpl::RunAllTests() @ 0x8ec973 testing::UnitTest::Run() @ 0x46ce6d main @ 0x7f92f8cf6830 __libc_start_main @ 0x474659 _start @ (nil) (unknown) Makefile:529: recipe for target 'runtest' failed make: *** [runtest] Aborted (core dumped)

waholulu avatar Oct 03 '17 08:10 waholulu

Driver info chenyan@waholulu:~/PSPNET$ nvidia-smi Tue Oct 3 04:16:43 2017
+-----------------------------------------------------------------------------+ | NVIDIA-SMI 384.81 Driver Version: 384.81 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce GTX 970 Off | 00000000:01:00.0 On | N/A | | 0% 56C P5 21W / 201W | 1014MiB / 4036MiB | 0% Default | +-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 1176 G /usr/lib/xorg/Xorg 524MiB | | 0 1821 G compiz 330MiB | | 0 3262 G ...aReductionProxyUseQuic/Enabled10_NoCont 154MiB | +-----------------------------------------------------------------------------+

waholulu avatar Oct 03 '17 08:10 waholulu

What's your cuda and g++ version? Well, I see you only have GTX 970. If that is the case, you cannot run PSPNet test case due to the limit graphics memory even if you make through all the errors.

qilinli avatar Oct 03 '17 10:10 qilinli

@waholulu Could you provide me with your installing steps and building information? It looks like a problem about the CUDA_ARCH. Thanks.

BassyKuo avatar Oct 06 '17 11:10 BassyKuo