Lines Matching defs:chip
317 // Base name for all temp files: mlir-<module name>-<target triple>-<chip>.
388 StringRef chip = getTarget().getChip();
390 chip.consume_front("sm_"), chip.consume_front("compute_");
393 llvm::formatv("--image3=kind=elf,sm={0},file={1}", chip, cubinFile.first)
397 llvm::formatv("--image3=kind=ptx,sm={0},file={1}", chip, ptxFile->first)
597 auto chip = getTarget().getChip();
598 chip.consume_front("sm_");
602 handle, binary.data(), binary.size(), chip.data(), nullptr));
604 handle, ptxCode.data(), ptxCode.size(), chip.data(), nullptr, nullptr));