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

Function CompilePtxOrGetCached

tensorflow/stream_executor/cuda/ptxas_utils.cc:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54port::StatusOr<absl::Span<const uint8>> CompilePtxOrGetCached(
55 int device_ordinal, const char* ptx,
56 PtxCompilationOptions compilation_options) {
57 return CompilePtx(device_ordinal, ptx, compilation_options);
58}
59
60#else
61

Callers 2

CompileGpuAsmOrGetCachedFunction · 0.85
CheckRedzonesMethod · 0.85

Calls 6

CompilePtxFunction · 0.85
ToTupleMethod · 0.80
TF_ASSIGN_OR_RETURNFunction · 0.50
findMethod · 0.45
endMethod · 0.45
emplaceMethod · 0.45

Tested by

no test coverage detected