[Mlir-commits] [mlir] [mlir] Decouple NVPTX target from CUDA toolkit presence (PR #93008)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed May 22 03:23:12 PDT 2024
================
@@ -167,6 +167,15 @@ class NVPTXSerializer : public SerializeGPUModuleBase {
gpu::GPUModuleOp getOperation();
+ std::optional<SmallVector<char, 0>>
+ moduleToObject(llvm::Module &llvmModule) override;
+
+private:
+ // Target options.
----------------
ftynse wrote:
```suggestion
/// Target options.
```
https://github.com/llvm/llvm-project/pull/93008
More information about the Mlir-commits
mailing list