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

Function CompileGpuAsm

tensorflow/stream_executor/gpu/asm_compiler.h:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7namespace stream_executor {
8static port::StatusOr<std::vector<uint8>> CompileGpuAsm(
9 int device_ordinal,
10 const char* ptx_contents,
11 stream_executor::gpu::GpuAsmOpts options) {
12 return CompilePtx(device_ordinal, ptx_contents, options);
13}
14
15static port::StatusOr<absl::Span<const uint8>> CompileGpuAsmOrGetCached(
16 int device_ordinal, const char* ptx,

Callers 2

RunBackendMethod · 0.85

Calls 1

CompilePtxFunction · 0.85

Tested by

no test coverage detected