Searched refs:OwnedBlob (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/mlir/include/mlir/Conversion/GPUCommon/ |
D | GPUCommonPass.h | 35 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/ |
D | mlir-cuda-runner.cpp | 59 OwnedBlob compilePtxToCubin(const std::string ptx, Location loc, in compilePtxToCubin() 99 OwnedBlob result = in compilePtxToCubin()
|
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | ConvertKernelFuncToBlob.cpp | 85 OwnedBlob convertModuleToBlob(llvm::Module &llvmModule, Location loc, 119 OwnedBlob GpuKernelToBlobPass::convertModuleToBlob(llvm::Module &llvmModule, in convertModuleToBlob()
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestConvertGPUKernelToHsaco.cpp | 18 static OwnedBlob compileIsaToHsacoForTesting(const std::string &, Location, in compileIsaToHsacoForTesting()
|
D | TestConvertGPUKernelToCubin.cpp | 18 static OwnedBlob compilePtxToCubinForTesting(const std::string &, Location, in compilePtxToCubinForTesting()
|
/external/llvm-project/mlir/tools/mlir-rocm-runner/ |
D | mlir-rocm-runner.cpp | 212 static OwnedBlob compileISAToHsaco(const std::string isa, Location loc, in compileISAToHsaco()
|