Skip to content

Instantly share code, notes, and snippets.

@mitakeck
Created June 28, 2015 10:28
Show Gist options
  • Save mitakeck/de6ab07b429e21e1ed20 to your computer and use it in GitHub Desktop.
Save mitakeck/de6ab07b429e21e1ed20 to your computer and use it in GitHub Desktop.
[Caffe] GPU on でエラー
[----------] 22 tests from NetTest/3, where TypeParam = caffe::GPUDevice<double>
[ RUN ] NetTest/3.TestSharedWeightsUpdate
F0628 19:27:06.085355 2029396752 syncedmem.cpp:57] Check failed: error == cudaSuccess (35 vs. 0) CUDA driver version is insufficient for CUDA runtime version
*** Check failure stack trace: ***
@ 0x10352a4da google::LogMessage::Fail()
@ 0x1035296af google::LogMessage::SendToLog()
@ 0x10352a160 google::LogMessage::Flush()
@ 0x10352dc48 google::LogMessageFatal::~LogMessageFatal()
@ 0x10352a975 google::LogMessageFatal::~LogMessageFatal()
@ 0x103127f98 caffe::SyncedMemory::to_gpu()
@ 0x103127a9e caffe::SyncedMemory::gpu_data()
@ 0x103079786 caffe::Blob<>::gpu_data()
@ 0x1031542c2 caffe::InnerProductLayer<>::Forward_gpu()
@ 0x1030b597a caffe::Layer<>::Forward()
@ 0x103111069 caffe::Net<>::ForwardFromTo()
@ 0x103111658 caffe::Net<>::Forward()
@ 0x1028fa884 caffe::NetTest_TestSharedWeightsUpdate_Test<>::TestBody()
@ 0x102b0d36c testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x102afbcca testing::Test::Run()
@ 0x102afcc12 testing::TestInfo::Run()
@ 0x102afd2e0 testing::TestCase::Run()
@ 0x102b032c5 testing::internal::UnitTestImpl::RunAllTests()
@ 0x102b0de54 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x102b02e99 testing::UnitTest::Run()
@ 0x1026e2bc3 main
@ 0x7fff8b43d5fd start
@ 0x2 (unknown)
/bin/sh: line 1: 40144 Abort trap: 6 /Users/mitake/Desktop/workspace/caffe/build/test/test.testbin --gtest_shuffle
make[3]: *** [src/caffe/test/CMakeFiles/runtest] Error 134
make[2]: *** [src/caffe/test/CMakeFiles/runtest.dir/all] Error 2
make[1]: *** [src/caffe/test/CMakeFiles/runtest.dir/rule] Error 2
make: *** [runtest] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment