Home
last modified time | relevance | path

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

/external/llvm-project/mlir/tools/mlir-rocm-runner/
Dmlir-rocm-runner.cpp270 auto gfxIsaList = mlir::openInputFile(tempFilename); in configTargetChip() local
271 if (!gfxIsaList) { in configTargetChip()
277 for (line_iterator lines(*gfxIsaList); !lines.is_at_end(); ++lines) { in configTargetChip()