Refined min memory from testing

This commit is contained in:
Daniel Hiltgen 2024-04-01 16:47:33 -07:00
parent 526d4eb204
commit 1f11b52511

View file

@ -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