Does cuda10.1 support caffe?

I successfully to make caffe but got the error below when runing ‘make runtest’. Anybody know how to solve the problem? Thanks!

F0521 20:25:48.028268 8330 math_functions.cu:63] Check failed: status == CUBLAS_STATUS_SUCCESS (13 vs. 0) CUBLAS_STATUS_EXECUTION_FAILED
*** Check failure stack trace: ***
@ 0x7f82b8e9f0cd google::LogMessage::Fail()
@ 0x7f82b8ea0f33 google::LogMessage::SendToLog()
@ 0x7f82b8e9ec28 google::LogMessage::Flush()
@ 0x7f82b8ea1999 google::LogMessageFatal::~LogMessageFatal()
@ 0x7f82b259ec72 caffe::caffe_gpu_gemv<>()
@ 0x7f82b25bff98 caffe::BatchNormLayer<>::Forward_gpu()
@ 0x562c1080f622 caffe::Layer<>::Forward()
@ 0x562c1088b03d caffe::BatchNormLayerTest_TestForward_Test<>::TestBody()
@ 0x562c10c5f99a testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x562c10c58c0a testing::Test::Run()
@ 0x562c10c58cec testing::TestInfo::Run()
@ 0x562c10c58e25 testing::TestCase::Run()
@ 0x562c10c592e0 testing::internal::UnitTestImpl::RunAllTests()
@ 0x562c10c59427 testing::UnitTest::Run()
@ 0x562c107b2601 main
@ 0x7f82b15f3b97 __libc_start_main
@ 0x562c107ba26a _start
Makefile:533: recipe for target ‘runtest’ failed
make: *** [runtest] Aborted (core dumped)