-
| Hi all, Is there an equivalent to the  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            ScottTodd
          
      
      
        Sep 3, 2024 
      
    
    Replies: 1 comment
-
| The  To convert to MLIR text format, either of these should work: We should also update our documentation to include those. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        mablinov
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
The
.mlirfiles generated there are in the MLIR bytecode format: https://mlir.llvm.org/docs/BytecodeFormat/. Looks like we still aren't setting the file extension to.mlirbc.To convert to MLIR text format, either of these should work:
We should also update our documentation to include those.