Searched refs:hsacoFile (Results 1 – 1 of 1) sorted by relevance
191 auto hsacoFile = mlir::openInputFile(tempHsacoFilename); in createHsaco() local192 if (!hsacoFile) { in createHsaco()197 hsacoBlob.assign(hsacoFile->getBuffer().begin(), in createHsaco()198 hsacoFile->getBuffer().end()); in createHsaco()