-
- Downloads
Merge branch 'main' into dyn_const_math
No related branches found
No related tags found
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
Showing
- Cargo.lock 11 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 1 deletionCargo.toml
- hercules_cg/Cargo.toml 1 addition, 0 deletionshercules_cg/Cargo.toml
- hercules_cg/src/cpu.rs 119 additions, 72 deletionshercules_cg/src/cpu.rs
- hercules_cg/src/lib.rs 2 additions, 0 deletionshercules_cg/src/lib.rs
- hercules_cg/src/sched_dot.rs 178 additions, 0 deletionshercules_cg/src/sched_dot.rs
- hercules_cg/src/sched_gen.rs 9 additions, 6 deletionshercules_cg/src/sched_gen.rs
- hercules_cg/src/sched_ir.rs 104 additions, 3 deletionshercules_cg/src/sched_ir.rs
- hercules_cg/src/sched_schedule.rs 53 additions, 4 deletionshercules_cg/src/sched_schedule.rs
- hercules_ir/src/dot.rs 2 additions, 2 deletionshercules_ir/src/dot.rs
- hercules_opt/src/pass.rs 30 additions, 0 deletionshercules_opt/src/pass.rs
- hercules_rt_proc/src/lib.rs 2 additions, 2 deletionshercules_rt_proc/src/lib.rs
- hercules_samples/matmul/matmul.hir 3 additions, 3 deletionshercules_samples/matmul/matmul.hir
- hercules_samples/matmul/src/main.rs 6 additions, 8 deletionshercules_samples/matmul/src/main.rs
Loading
Please register or sign in to comment