Skip to content

Commit

Permalink
Device Threads: The default maximum device thread number has been red…
Browse files Browse the repository at this point in the history
…uced from 1024 to 64, users can still overwrite with the -T option
  • Loading branch information
jsteube committed Nov 4, 2021
1 parent b768f96 commit d3ae131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -1760,7 +1760,7 @@ typedef enum kernel_workload
KERNEL_LOOPS_MIN = 1,
KERNEL_LOOPS_MAX = 1024,
KERNEL_THREADS_MIN = 1,
KERNEL_THREADS_MAX = 256,
KERNEL_THREADS_MAX = 64,

} kernel_workload_t;

Expand Down

0 comments on commit d3ae131

Please sign in to comment.