Cost Estimation interface (#14)

See issue #13

Reviewed-on: Rubydragon/MetagraphOptimization.jl#14
Co-authored-by: Anton Reinhard <anton.reinhard@proton.me>
Co-committed-by: Anton Reinhard <anton.reinhard@proton.me>
This commit is contained in:
2023-11-17 01:31:31 +01:00
committed by Anton Reinhard
parent 2709eeb3dc
commit 16274919e4
15 changed files with 351 additions and 34 deletions

View File

@ -8,7 +8,7 @@ env:
jobs:
prepare:
runs-on: arch-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@ -65,7 +65,7 @@ jobs:
test:
needs: prepare
runs-on: arch-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@ -127,7 +127,7 @@ jobs:
docs:
needs: prepare
runs-on: arch-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository