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

Method original_default_text

tensorflow/stream_executor/kernel_spec.cc:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113const char *CudaPtxInMemory::original_default_text() const {
114 if (ptx_by_compute_capability_.empty()) {
115 return nullptr;
116 }
117
118 return ptx_by_compute_capability_.begin()->second;
119}
120
121const char *CudaPtxInMemory::text(int compute_capability_major,
122 int compute_capability_minor) const {

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected