• Daniel Hiltgen's avatar
    Fix concurrency for CPU mode · d6e3b645
    Daniel Hiltgen authored
    Prior refactoring passes accidentally removed the logic to bypass VRAM
    checks for CPU loads.  This adds that back, along with test coverage.
    
    This also fixes loaded map access in the unit test to be behind the mutex which was
    likely the cause of various flakes in the tests.
    d6e3b645
sched_test.go 17.9 KB