We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53e49b commit 88820c7Copy full SHA for 88820c7
engine.py
@@ -2,7 +2,8 @@
2
3
import os
4
5
-os.environ["FLAGS_USE_SYSTEM_ALLOCATOR"] = "1"
+os.environ["FLAGS_use_system_allocator"] = "1"
6
+os.environ["FLAGS_check_cuda_error"] = "1"
7
os.environ["NVIDIA_TF32_OVERRIDE"] = "0"
8
9
import argparse
engineV2.py
@@ -39,7 +39,8 @@
39
40
from tester.api_config.log_writer import *
41
42
43
44
45
46
VALID_TEST_ARGS = {
0 commit comments