Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURAND_STATUS_LAUNCH_FAILURE with GTX 1080 #4324

Closed
danielgordon10 opened this issue Jun 16, 2016 · 2 comments
Closed

CURAND_STATUS_LAUNCH_FAILURE with GTX 1080 #4324

danielgordon10 opened this issue Jun 16, 2016 · 2 comments

Comments

@danielgordon10
Copy link

Running CUDA 7.5, CUDNN 5.
Test that fails: any involving the GPU random number generator. EG test_random_number_generator.testbin

Fails on master with or without the DEBUG flag.

F0616 13:17:34.736345 13420 math_functions.cu:408] Check failed: status == CURAND_STATUS_SUCCESS (201 vs. 0) CURAND_STATUS_LAUNCH_FAILURE
*** Check failure stack trace: ***
@ 0x7f54481c1daa (unknown)
@ 0x7f54481c1ce4 (unknown)
@ 0x7f54481c16e6 (unknown)
@ 0x7f54481c4687 (unknown)
@ 0x7f544737f6b1 caffe::caffe_gpu_rng_gaussian<>()
@ 0x416127 caffe::RandomNumberGeneratorTest<>::RngGaussianFillGPU()
@ 0x413566 caffe::RandomNumberGeneratorTest_TestRngGaussianGPU_Test<>::TestBody()
@ 0x434ebe testing::internal::HandleSehExceptionsInMethodIfSupported<>()
@ 0x42fd4c testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x41ca07 testing::Test::Run()
@ 0x41d1a0 testing::TestInfo::Run()
@ 0x41d78e testing::TestCase::Run()
@ 0x422618 testing::internal::UnitTestImpl::RunAllTests()
@ 0x436410 testing::internal::HandleSehExceptionsInMethodIfSupported<>()
@ 0x430cf8 testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x4213ac testing::UnitTest::Run()
@ 0x4096fd main
@ 0x7f54463aaf45 (unknown)
@ 0x4094c9 (unknown)
@ (nil) (unknown)
Aborted (core dumped)

@flx42
Copy link
Contributor

flx42 commented Jun 17, 2016

You need to download CUDA 8.0 for the GTX 1080, that's not a Caffe bug.

@danielgordon10
Copy link
Author

Ooh. Good catch. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants