[Mlir-commits] [mlir] [MLIR][AMDGPU] Add support for fp8 ops on	gfx12 (PR #106388)
    Jakub Kuderski 
    llvmlistbot at llvm.org
       
    Wed Aug 28 10:40:43 PDT 2024
    
    
  
================
@@ -398,23 +399,25 @@ static void wmmaPushInputOperand(ConversionPatternRewriter &rewriter,
     return;
   }
 
+  auto mlirInputType = dyn_cast<VectorType>(mlirInput.getType());
----------------
kuhar wrote:
Either check that the cast succeeded or use `cast<T>` 
https://github.com/llvm/llvm-project/pull/106388
    
    
More information about the Mlir-commits
mailing list