AMDMIGraphX
AMDMIGraphX copied to clipboard
Better handling of corrupt or invalid onnx files
Currently if an onnx file is empty (i.e., contains 0 bytes), MIGraphX will throw a segfault. This is not a useful message to the user. We should try to have some way of first checking if the onnx file (or protobuf) is valid.