Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cbalint13 authored Jul 6, 2021
1 parent 2fa4240 commit cf97f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/icebreaker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ primfn(X_1: handle, W_1: handle, F.wmma.accumulator_1: handle) -> ()

[TVM](https://github.com/apache/tvm) leverage **complete** end-to-end code generation to **C language** using OLIMP hardware scheduling:

* All **dense** operations will benefit **@tir.call_extern("MACC_olimp")** the OLIMP hardware block.
* All **dense** operations will benefit **@tir.call_extern("O_VEC_")** the OLIMP hardware block.
* Further **conv2d** schedules translates to many **dense** schedules
* Any **other** operators not covered by OLIMP hardware will be covered by the soft RV32IM (slower)
* TVM schedulers also **guarantee** continuous & aligned access to the vector segments in memory
Expand Down

0 comments on commit cf97f95

Please sign in to comment.