tsnlab / connx

C implementation of Open Neural Network Exchange Runtime
GNU General Public License v3.0
25 stars 7 forks source link

Multi-platform/version CI is need #60

Open semihlab opened 2 years ago

semihlab commented 2 years ago

Multiple platforms

Multiple onnx versions

tribela commented 2 years ago

Multiple onnx version and Multiple platforms (except zynq) is easily possible by using Github Action's matrix feature https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix

tribela commented 2 years ago