Debugging a core dump #17462
              
  
  Closed
              
          
                  
                    
                      sei-jgwohlbier
                    
                  
                
                  started this conversation in
                Runtime
              
            Replies: 1 comment 1 reply
-
| Each input should be specified separately, like  For core dumps, you'll want to build with debug symbols then consider running under a debugger. Either of those should get you useful error messages and stack traces. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have successfully run the
simple_absandmnistexamples on a gpu, but my own model dumps core. Any hints on how to debug this?Also, I'm not sure how to specify
--inputfor my network as it has two input tensors. That might be my next issue, but I don't think the runtime is getting that far at the moment. My function signature isfunc.func @forward(%arg0: tensor<1x2xf32>, %arg1: tensor<1x1xf32>) -> tensor<1xf32>Beta Was this translation helpful? Give feedback.
All reactions