Home
last modified time | relevance | path

Searched refs:tempIsaBinaryFd (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/tools/mlir-rocm-runner/
Dmlir-rocm-runner.cpp154 int tempIsaBinaryFd = -1; in createHsaco() local
157 "kernel", "o", tempIsaBinaryFd, tempIsaBinaryFilename); in createHsaco()
164 raw_fd_ostream tempIsaBinaryOs(tempIsaBinaryFd, true); in createHsaco()