facebookarchive / C3D

C3D is a modified version of BVLC caffe to support 3D ConvNets.
Other
1.16k stars 507 forks source link

Check failed: status == CURAND_STATUS_SUCCESS (201 vs.0) CURAND_STATUS_LAUNCH_FAILURE #407

Open wuxiubozuishuai opened 6 years ago

wuxiubozuishuai commented 6 years ago

my caffe is ok . C3D also can be make all and test .But make runtest always fail 。The error is as follows F0913 08:53:10.102206 7468 math_functions.cu:222] Check failed: status == CURAND_STATUS_SUCCESS (201 vs.0) CURAND_STATUS_LAUNCH_FAILURE Check failure stack trace: @ 0x7fc2d3a0a5cd google::LogMessage::Fail() @ 0x7fc2d3a0c433 google::LogMessage::SendToLog() @ 0x7fc2d3a0a15b google::LogMessage::Flush() @ 0x7fc2d3a0ce1e google::LogMessageFatal::~LogMessageFatal() @ 0x5ea18e caffe::caffe_gpu_rng_gaussian<>() @ 0x488d49 caffe::RandomNumberGeneratorTest_TestRngGaussianTimesGaussianGPU_Test<>::TestBody() @ 0x55dbd3 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x55704a testing::Test::Run() @ 0x557198 testing::TestInfo::Run() @ 0x557275 testing::TestCase::Run() @ 0x55854f testing::internal::UnitTestImpl::RunAllTests() @ 0x558873 testing::UnitTest::Run() @ 0x4157df main @ 0x7fc2cbdc1830 __libc_start_main @ 0x41a899 _start @ (nil) (unknown) Makefile:286: recipe for target 'runtest' failed make: *** [runtest] 已放弃 (core dumped)

that is all Related information is as follows:ubuntu16.04 cuda--9.0.176 cudnn--7.0.5 opencv--3.3.0 python--3.5.2 Graphics card--GTX1080TI @dutran