[Mlir-commits] [mlir] [mlir][Target][NVPTX] Add fatbin support to NVPTX compilation. (PR #65398)
    Mehdi Amini 
    llvmlistbot at llvm.org
       
    Tue Sep  5 12:36:39 PDT 2023
    
    
  
================
@@ -184,7 +184,7 @@ class NVPTXSerializer : public SerializeGPUModuleBase {
   // 1. The toolkit path in `targetOptions`.
   // 2. In the system PATH.
   // 3. The path from `getCUDAToolkitPath()`.
-  std::optional<std::string> findPtxas() const;
+  std::optional<std::string> findTool(StringRef tool);
----------------
joker-eph wrote:
Please document the `tool` arg
https://github.com/llvm/llvm-project/pull/65398
    
    
More information about the Mlir-commits
mailing list