Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ RocmRoot
Function
RocmRoot
tensorflow/core/platform/default/rocm_rocdl_path.cc:27–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
namespace tensorflow {
26
27
string RocmRoot() {
28
#if TENSORFLOW_USE_ROCM
29
VLOG(3) <<
"ROCM root = "
<< TF_ROCM_TOOLKIT_PATH;
30
return TF_ROCM_TOOLKIT_PATH;
31
#else
32
return
""
;
33
#endif
34
}
35
36
} // namespace tensorflow
Callers
1
RocdlRoot
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected