Cambricon / mlu-ops

Efficient operation implementation based on the Cambricon Machine Learning Unit (MLU) .
MIT License
103 stars 102 forks source link

[Fix](mlu-ops): catch version_compare error #1052

Closed chqy99 closed 4 months ago

chqy99 commented 4 months ago

Thanks for your contribution and we appreciate it a lot. :rocket::rocket:

1. Motivation

特殊版本号无法比较,会导致 version_check 错误,影响编译.

2. Modification

version comp 时,抓取所有异常

3. Test Report