Skip to content

Commit 46d9408

Browse files
Added note about the current thread limit
1 parent 6cda938 commit 46d9408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,6 @@ void load_test_config(int config) {
231231
fpu_matrix_size = 32 * pow(2, config - 1);
232232
mem_matrix_size = 1024 * pow(2, config - 1);
233233
alu_job_size = 8192;
234-
fpu_job_size = 256;
234+
fpu_job_size = 256; // this limits thread count, improve on future
235235
mem_job_size = 131072;
236236
}

0 commit comments

Comments
 (0)