@@ -365,7 +365,7 @@ void* GetCublasDsoHandle() {
365
365
#endif
366
366
} else {
367
367
std::string warning_msg (
368
- " Your CUDA_VERSION is less than 11 or greater than 12 , paddle "
368
+ " Your CUDA_VERSION is less than 11 or greater than 13 , paddle "
369
369
" temporarily no longer supports" );
370
370
return nullptr ;
371
371
}
@@ -384,7 +384,7 @@ void* GetCublasDsoHandle() {
384
384
#endif
385
385
} else {
386
386
std::string warning_msg (
387
- " Your CUDA_VERSION is less than 11 or greater than 12 , paddle "
387
+ " Your CUDA_VERSION is less than 11 or greater than 13 , paddle "
388
388
" temporarily no longer supports" );
389
389
return nullptr ;
390
390
}
@@ -412,7 +412,7 @@ void* GetCublasLtDsoHandle() {
412
412
#endif
413
413
} else {
414
414
std::string warning_msg (
415
- " Your CUDA_VERSION is less than 11 or greater than 12 , paddle "
415
+ " Your CUDA_VERSION is less than 11 or greater than 13 , paddle "
416
416
" temporarily no longer supports" );
417
417
return nullptr ;
418
418
}
@@ -528,7 +528,7 @@ void* GetCUPTIDsoHandle() {
528
528
#endif
529
529
} else {
530
530
std::string warning_msg (
531
- " Your CUDA_VERSION is less than 11 or greater than 12 , paddle "
531
+ " Your CUDA_VERSION is less than 11 or greater than 13 , paddle "
532
532
" temporarily no longer supports" );
533
533
return nullptr ;
534
534
}
@@ -624,7 +624,7 @@ void* GetCusparseDsoHandle() {
624
624
#endif
625
625
} else {
626
626
std::string warning_msg (
627
- " Your CUDA_VERSION is less than 11 or greater than 12 , paddle "
627
+ " Your CUDA_VERSION is less than 11 or greater than 13 , paddle "
628
628
" temporarily no longer supports" );
629
629
return nullptr ;
630
630
}
@@ -842,7 +842,7 @@ void* GetCUFFTDsoHandle() {
842
842
return GetDsoHandleFromSearchPath (FLAGS_cuda_dir, " libcufft.so.11" );
843
843
} else {
844
844
std::string warning_msg (
845
- " Your CUDA_VERSION is less than 11 or greater than 12 , paddle "
845
+ " Your CUDA_VERSION is less than 11 or greater than 13 , paddle "
846
846
" temporarily no longer." );
847
847
return nullptr ;
848
848
}
@@ -863,7 +863,7 @@ void* GetCUFFTDsoHandle() {
863
863
#endif
864
864
} else {
865
865
std::string warning_msg (
866
- " Your CUDA_VERSION is less than 11 or greater than 12 , paddle "
866
+ " Your CUDA_VERSION is less than 11 or greater than 13 , paddle "
867
867
" temporarily no longer supports" );
868
868
return nullptr ;
869
869
}
0 commit comments