[Mlir-commits] [mlir] [mlir][Target][NVPTX] Add fatbin support to NVPTX compilation. (PR #65398)
Fabian Mora
llvmlistbot at llvm.org
Tue Sep 5 13:01:53 PDT 2023
fabianmcg wrote:
> Is this something that should be under the control of the target attribute with an option there? The user may want to include the PTX or not...
I'm not sure if it should be in the target attribute, as we tried to remove those kinds of flags from it. However, I'm thinking something more like a compilation option passed through `TargetOptions`, but making the fatbin path the default one, as users might expect that behavior by default.
https://github.com/llvm/llvm-project/pull/65398
More information about the Mlir-commits
mailing list