[Mlir-commits] [mlir] [MLIR][NVVM][GPU] Do not expect nvidia `fatbinary` to be present (PR #94367)
Guray Ozen
llvmlistbot at llvm.org
Wed Jun 5 00:34:24 PDT 2024
================
@@ -2263,7 +2263,7 @@ CompilationTarget TargetOptions::getCompilationTarget() const {
}
CompilationTarget TargetOptions::getDefaultCompilationTarget() {
- return CompilationTarget::Fatbin;
+ return CompilationTarget::Binary;
----------------
grypp wrote:
seems different PR
https://github.com/llvm/llvm-project/pull/94367
More information about the Mlir-commits
mailing list