The GitHub Actions job "Lint" on tvm.git/fix/onnx-topk-indices-int64 has failed. Run started by GitHub user yongwww (triggered by yongwww).
Head commit for run: 0a140b44a307c535acd3063656692b482f16ce7b / viiccwen <[email protected]> [Fix][Relax][ONNX] Import TopK indices as int64 ONNX specifies that TopK's second output, indices, has int64 element type. The Relax ONNX frontend previously used relax.op.topk without specifying the indices dtype, so Relax used its default int32 indices. This can make valid ONNX graphs fail or produce an incorrect imported type when TopK indices are consumed by later integer or indexing operations. Pass dtype="int64" when importing ONNX TopK and enable dtype checking in the TopK frontend test. Signed-off-by: viiccwen <[email protected]> Report URL: https://github.com/apache/tvm/actions/runs/29136084572 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
