Home
last modified time | relevance | path

Searched refs:GetDsoHandle (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/platform/default/
Ddso_loader.cc36 port::StatusOr<void*> GetDsoHandle(const string& name, const string& version) { in GetDsoHandle() function
61 return GetDsoHandle("nvcuda", ""); in GetCudaDriverDsoHandle()
65 auto handle_or = GetDsoHandle("cuda", ""); in GetCudaDriverDsoHandle()
70 return GetDsoHandle("cuda", "1"); in GetCudaDriverDsoHandle()
74 return GetDsoHandle("cudart", GetCudaVersion()); in GetCudaRuntimeDsoHandle()
78 return GetDsoHandle("cublas", GetCudaVersion()); in GetCublasDsoHandle()
82 return GetDsoHandle("cufft", GetCudaVersion()); in GetCufftDsoHandle()
86 return GetDsoHandle("curand", GetCudaVersion()); in GetCurandDsoHandle()
93 return GetDsoHandle("cupti", ""); in GetCuptiDsoHandle()
95 return GetDsoHandle("cupti", GetCudaVersion()); in GetCuptiDsoHandle()
[all …]
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcufft_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
39 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcurand_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
39 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcublas_stub.cc25 void* GetDsoHandle() { in GetDsoHandle() function
41 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcudnn_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
39 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcuda_stub.cc23 void* GetDsoHandle() { in GetDsoHandle() function
40 if (auto handle = GetDsoHandle()) { in LoadSymbol()
Dcudart_stub.cc24 void* GetDsoHandle() { in GetDsoHandle() function
38 env->GetSymbolFromLibrary(GetDsoHandle(), symbol_name, &symbol).IgnoreError(); in LoadSymbol()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_rng.cc82 static void* GetDsoHandle() { \
88 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \
Drocm_fft.cc63 static void *GetDsoHandle() { \
69 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \
Drocm_blas.cc74 static void *GetDsoHandle() { \
80 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \
Drocm_dnn.cc134 static void* GetDsoHandle() { \
140 auto s = port::Env::Default()->GetSymbolFromLibrary(GetDsoHandle(), \