Skip to content

Commit

Permalink
temp fix for FP16's matmul_ws
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-dong committed Aug 7, 2024
1 parent 8659877 commit bc1bb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/gemmini/ConfigsFP.scala
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ object GemminiFPConfigs {
ex_read_from_acc=false,
ex_write_to_spad=false,
has_training_convs = false,
hardcode_d_to_garbage_addr = true,
hardcode_d_to_garbage_addr = false,
acc_read_full_width = false,
max_in_flight_mem_reqs = 16,
//headerFileName = "gemmini_params_fp16.h",
Expand Down

0 comments on commit bc1bb9c

Please sign in to comment.