We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc56a7f commit 98050aeCopy full SHA for 98050ae
tools/AutoTuner/test/fast_smoke_test.py
@@ -67,8 +67,7 @@ def setUp(self):
67
68
# Sweep command
69
# limit jobs because ray.get() does not terminate if jobs > number of samples
70
- core = os.cpu_count()
71
- self.jobs = 4 if core >= 4 else core
+ self.jobs = 1
72
self.sweep_command = (
73
f"{self.exec}"
74
f" --design {self.design}"
0 commit comments