Searched refs:DsoLoader (Results 1 – 18 of 18) sorted by relevance
65 namespace DsoLoader { namespace154 static auto result = new auto(DsoLoader::GetCudaDriverDsoHandle()); in GetCudaDriverDsoHandle()159 static auto result = new auto(DsoLoader::GetCudaRuntimeDsoHandle()); in GetCudaRuntimeDsoHandle()164 static auto result = new auto(DsoLoader::GetCublasDsoHandle()); in GetCublasDsoHandle()169 static auto result = new auto(DsoLoader::GetCublasLtDsoHandle()); in GetCublasLtDsoHandle()174 static auto result = new auto(DsoLoader::GetCurandDsoHandle()); in GetCurandDsoHandle()179 static auto result = new auto(DsoLoader::GetCufftDsoHandle()); in GetCufftDsoHandle()184 static auto result = new auto(DsoLoader::GetCusolverDsoHandle()); in GetCusolverDsoHandle()189 static auto result = new auto(DsoLoader::GetCusparseDsoHandle()); in GetCusparseDsoHandle()194 static auto result = new auto(DsoLoader::GetCuptiDsoHandle()); in GetCuptiDsoHandle()[all …]
21 namespace DsoLoader { namespace
34 namespace DsoLoader {
33 auto handle_or = se::internal::DsoLoader::TryDlopenTensorRTLibraries(); in IsGoogleTensorRTEnabled()
28 auto handle_or = stream_executor::internal::DsoLoader::GetCurandDsoHandle(); in GetDsoHandle()
31 auto handle_or = stream_executor::internal::DsoLoader::GetCuptiDsoHandle(); in GetDsoHandle()
28 auto handle_or = stream_executor::internal::DsoLoader::GetCufftDsoHandle(); in GetDsoHandle()
30 stream_executor::internal::DsoLoader::GetCublasLtDsoHandle(); in GetDsoHandle()
30 stream_executor::internal::DsoLoader::GetCusparseDsoHandle(); in GetDsoHandle()
30 stream_executor::internal::DsoLoader::GetCusolverDsoHandle(); in GetDsoHandle()
34 auto handle_or = stream_executor::internal::DsoLoader::GetCublasDsoHandle(); in GetDsoHandle()
28 auto handle_or = stream_executor::internal::DsoLoader::GetCudnnDsoHandle(); in GetDsoHandle()
29 stream_executor::internal::DsoLoader::GetCudaDriverDsoHandle(); in GetDsoHandle()
27 stream_executor::internal::DsoLoader::GetCudaRuntimeDsoHandle(); in GetDsoHandle()
29 stream_executor::internal::DsoLoader::GetNvInferDsoHandle(); in GetDsoHandle()
29 stream_executor::internal::DsoLoader::GetNvInferPluginDsoHandle(); in GetDsoHandle()
1801 auto handle_or = se::internal::DsoLoader::MaybeTryDlopenGPULibraries(); in GetValidDeviceIds()