Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Conversion/GPUCommon/
DGPUCommonPass.h35 using OwnedBlob = std::unique_ptr<std::vector<char>>; variable
37 std::function<OwnedBlob(const std::string &, Location, StringRef)>;
/external/llvm-project/mlir/tools/mlir-cuda-runner/
Dmlir-cuda-runner.cpp59 OwnedBlob compilePtxToCubin(const std::string ptx, Location loc, in compilePtxToCubin()
99 OwnedBlob result = in compilePtxToCubin()
/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertKernelFuncToBlob.cpp85 OwnedBlob convertModuleToBlob(llvm::Module &llvmModule, Location loc,
119 OwnedBlob GpuKernelToBlobPass::convertModuleToBlob(llvm::Module &llvmModule, in convertModuleToBlob()
/external/llvm-project/mlir/test/lib/Transforms/
DTestConvertGPUKernelToHsaco.cpp18 static OwnedBlob compileIsaToHsacoForTesting(const std::string &, Location, in compileIsaToHsacoForTesting()
DTestConvertGPUKernelToCubin.cpp18 static OwnedBlob compilePtxToCubinForTesting(const std::string &, Location, in compilePtxToCubinForTesting()
/external/llvm-project/mlir/tools/mlir-rocm-runner/
Dmlir-rocm-runner.cpp212 static OwnedBlob compileISAToHsaco(const std::string isa, Location loc, in compileISAToHsaco()