Refined min memory from testing
This commit is contained in:
parent
526d4eb204
commit
1f11b52511
1 changed files with 2 additions and 2 deletions
|
@ -30,8 +30,8 @@ type handles struct {
|
|||
}
|
||||
|
||||
const (
|
||||
cudaMinimumMemory = 377 * format.MebiByte
|
||||
rocmMinimumMemory = 377 * format.MebiByte
|
||||
cudaMinimumMemory = 457 * format.MebiByte
|
||||
rocmMinimumMemory = 457 * format.MebiByte
|
||||
)
|
||||
|
||||
var gpuMutex sync.Mutex
|
||||
|
|
Loading…
Reference in a new issue