Skip to content

Commit

Permalink
[ML] Limit threads per allocation to 8 in the UI control (#137061)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov authored Jul 25, 2022
1 parent f4348e6 commit 2e6a967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface ThreadingParams {
threadsPerAllocations: number;
}

const THREADS_MAX_EXPONENT = 6;
const THREADS_MAX_EXPONENT = 4;

/**
* Form for setting threading params.
Expand Down

0 comments on commit 2e6a967

Please sign in to comment.