MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TEST

Function TEST

tensorflow/core/platform/rocm_rocdl_path_test.cc:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25#if TENSORFLOW_USE_ROCM
26TEST(RocmRocdlPathTest, ROCDLPath) {
27 VLOG(2) << "ROCm-Deivce-Libs root = " << RocdlRoot();
28 std::vector<string> rocdl_files;
29 TF_EXPECT_OK(Env::Default()->GetMatchingPaths(
30 io::JoinPath(RocdlRoot(), "*.amdgcn.bc"), &rocdl_files));
31 EXPECT_LT(0, rocdl_files.size());
32}
33#endif
34
35} // namespace tensorflow

Callers

nothing calls this directly

Calls 5

RocdlRootFunction · 0.85
DefaultFunction · 0.85
JoinPathFunction · 0.50
GetMatchingPathsMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected