Searched refs:targetChip (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | ConvertKernelFuncToBlob.cpp | 52 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/ |
D | mlir-rocm-runner.cpp | 78 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/ |
D | GPUCommonPass.h | 80 StringRef targetChip, StringRef features,
|