-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'backend' into 'main'
CPU partition respecting backend See merge request !20
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 1 deletion.gitignore
- Cargo.lock 166 additions, 38 deletionsCargo.lock
- Cargo.toml 2 additions, 1 deletionCargo.toml
- hercules_cg/Cargo.toml 1 addition, 1 deletionhercules_cg/Cargo.toml
- hercules_cg/src/common.rs 525 additions, 0 deletionshercules_cg/src/common.rs
- hercules_cg/src/cpu.rs 1001 additions, 0 deletionshercules_cg/src/cpu.rs
- hercules_cg/src/cpu_beta.rs 1 addition, 0 deletionshercules_cg/src/cpu_beta.rs
- hercules_cg/src/lib.rs 8 additions, 0 deletionshercules_cg/src/lib.rs
- hercules_cg/src/top.rs 135 additions, 0 deletionshercules_cg/src/top.rs
- hercules_ir/Cargo.toml 2 additions, 1 deletionhercules_ir/Cargo.toml
- hercules_ir/src/ir.rs 49 additions, 5 deletionshercules_ir/src/ir.rs
- hercules_ir/src/lib.rs 1 addition, 1 deletionhercules_ir/src/lib.rs
- hercules_ir/src/schedule.rs 11 additions, 8 deletionshercules_ir/src/schedule.rs
- hercules_ir/src/subgraph.rs 6 additions, 0 deletionshercules_ir/src/subgraph.rs
- hercules_opt/Cargo.toml 3 additions, 0 deletionshercules_opt/Cargo.toml
- hercules_opt/src/pass.rs 71 additions, 14 deletionshercules_opt/src/pass.rs
- hercules_rt/Cargo.toml 3 additions, 0 deletionshercules_rt/Cargo.toml
- hercules_rt/src/lib.rs 24 additions, 13 deletionshercules_rt/src/lib.rs
- hercules_rt/src/manifest.rs 97 additions, 0 deletionshercules_rt/src/manifest.rs
- hercules_samples/matmul/src/main.rs 6 additions, 4 deletionshercules_samples/matmul/src/main.rs
Loading
Please register or sign in to comment