Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertKernelFuncToBlob.cpp52 StringRef targetChip, StringRef features, in GpuKernelToBlobPass() argument
55 triple(triple), targetChip(targetChip), features(features), in GpuKernelToBlobPass()
96 StringRef targetChip; member in __anon2141a3090111::GpuKernelToBlobPass
131 targetMachine.reset(target->createTargetMachine(triple.str(), targetChip, in convertModuleToBlob()
157 StringRef triple, StringRef targetChip, in createConvertGPUKernelToBlobPass() argument
161 triple, targetChip, features, in createConvertGPUKernelToBlobPass()
/external/llvm-project/mlir/tools/mlir-rocm-runner/
Dmlir-rocm-runner.cpp78 static cl::opt<std::string> targetChip("target", cl::desc("target chip"), variable
123 theTarget->createMCSubtargetInfo(tripleName, targetChip, features)); in assembleIsa()
230 targetChip = kDefaultTargetChip; in configTargetChip()
282 targetChip = lines->str(); in configTargetChip()
302 if (!targetChip.size()) in runMLIRPasses()
315 compileModuleToROCDLIR, compileISAToHsaco, tripleName, targetChip, in runMLIRPasses()
/external/llvm-project/mlir/include/mlir/Conversion/GPUCommon/
DGPUCommonPass.h80 StringRef targetChip, StringRef features,