Searched refs:DsoLoader (Results 1 – 8 of 8) sorted by relevance
58 namespace DsoLoader { namespace125 static auto result = new auto(DsoLoader::GetCudaDriverDsoHandle()); in GetCudaDriverDsoHandle()130 static auto result = new auto(DsoLoader::GetCudaRuntimeDsoHandle()); in GetCudaRuntimeDsoHandle()135 static auto result = new auto(DsoLoader::GetCublasDsoHandle()); in GetCublasDsoHandle()140 static auto result = new auto(DsoLoader::GetCurandDsoHandle()); in GetCurandDsoHandle()145 static auto result = new auto(DsoLoader::GetCufftDsoHandle()); in GetCufftDsoHandle()150 static auto result = new auto(DsoLoader::GetCuptiDsoHandle()); in GetCuptiDsoHandle()155 static auto result = new auto(DsoLoader::GetCudnnDsoHandle()); in GetCudnnDsoHandle()160 static auto result = new auto(DsoLoader::GetRocblasDsoHandle()); in GetRocblasDsoHandle()165 static auto result = new auto(DsoLoader::GetMiopenDsoHandle()); in GetMiopenDsoHandle()[all …]
34 namespace DsoLoader {
28 auto handle_or = stream_executor::internal::DsoLoader::GetCufftDsoHandle(); in GetDsoHandle()
28 auto handle_or = stream_executor::internal::DsoLoader::GetCurandDsoHandle(); in GetDsoHandle()
30 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()