Skip to content

Commit

Permalink
Reduce OpenBLAS buffer size
Browse files Browse the repository at this point in the history
- RoboRIO users shouldn't be doing giant matrix math anyways
  • Loading branch information
virtuald committed Jan 14, 2024
1 parent 0e68d5c commit 3aafaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm-buffersize.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 682315de..75e4d776 100644
#define HUGE_PAGESIZE ( 4 << 20)

-#define BUFFER_SIZE (32 << 20)
+#define BUFFER_SIZE (16 << 20)
+#define BUFFER_SIZE (8 << 20)


#define BASE_ADDRESS (START_ADDRESS - BUFFER_SIZE * MAX_CPU_NUMBER)

0 comments on commit 3aafaca

Please sign in to comment.