You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I almost began to the last step as I have "make build" successfully.
When I run the last command as following,
make run make run RUN_ARGS="--benchmarks=resnet50 --scenarios=offline"
An error was thrown as given below,how do I resolve this error?Do I need to modify some config files?If so ,where config file do I need to modify?Thanks.
make[1]: Entering directory '/work'
[2023-11-29 14:55:42,316 main_v2.py:219 INFO] Detected system did not match any known systems. Exiting. SystemConfiguration(host_cpu_conf=CPUConfiguration(layout={CPU(name='AMD EPYC 7V13 64-Core Processor', architecture=<CPUArchitecture.x86_64: AliasedName(name='x86_64', aliases=(), patterns=())>, core_count=24, threads_per_core=1): 1}), host_mem_conf=MemoryConfiguration(host_memory_capacity=Memory(quantity=226.76472, byte_suffix=<ByteSuffix.GB: (1000, 3)>, _num_bytes=226764720000), comparison_tolerance=0.05), accelerator_conf=AcceleratorConfiguration(layout=defaultdict(<class 'int'>, {GPU(name='NVIDIA A100 80GB PCIe', accelerator_type=<AcceleratorType.Discrete: AliasedName(name='Discrete', aliases=(), patterns=())>, vram=Memory(quantity=79.095703125, byte_suffix=<ByteSuffix.GiB: (1024, 3)>, _num_bytes=84928364544), max_power_limit=300.0, pci_id='0x20B510DE', compute_sm=80): 1})), numa_conf=NUMAConfiguration(numa_nodes={}, num_numa_nodes=1), system_id=None)
make[1]: Leaving directory '/work'
make[1]: Entering directory '/work'
[2023-11-29 14:55:48,954 main_v2.py:219 INFO] Detected system did not match any known systems. Exiting. SystemConfiguration(host_cpu_conf=CPUConfiguration(layout={CPU(name='AMD EPYC 7V13 64-Core Processor', architecture=<CPUArchitecture.x86_64: AliasedName(name='x86_64', aliases=(), patterns=())>, core_count=24, threads_per_core=1): 1}), host_mem_conf=MemoryConfiguration(host_memory_capacity=Memory(quantity=226.76472, byte_suffix=<ByteSuffix.GB: (1000, 3)>, _num_bytes=226764720000), comparison_tolerance=0.05), accelerator_conf=AcceleratorConfiguration(layout=defaultdict(<class 'int'>, {GPU(name='NVIDIA A100 80GB PCIe', accelerator_type=<AcceleratorType.Discrete: AliasedName(name='Discrete', aliases=(), patterns=())>, vram=Memory(quantity=79.095703125, byte_suffix=<ByteSuffix.GiB: (1024, 3)>, _num_bytes=84928364544), max_power_limit=300.0, pci_id='0x20B510DE', compute_sm=80): 1})), numa_conf=NUMAConfiguration(numa_nodes={}, num_numa_nodes=1), system_id=None)
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/work/scripts/print_harness_result.py", line 64, in
main()
File "/work/scripts/print_harness_result.py", line 30, in main
for config_name in results:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered:
Hello,
I almost began to the last step as I have "make build" successfully.
When I run the last command as following,
make run make run RUN_ARGS="--benchmarks=resnet50 --scenarios=offline"
An error was thrown as given below,how do I resolve this error?Do I need to modify some config files?If so ,where config file do I need to modify?Thanks.
make[1]: Entering directory '/work'
[2023-11-29 14:55:42,316 main_v2.py:219 INFO] Detected system did not match any known systems. Exiting. SystemConfiguration(host_cpu_conf=CPUConfiguration(layout={CPU(name='AMD EPYC 7V13 64-Core Processor', architecture=<CPUArchitecture.x86_64: AliasedName(name='x86_64', aliases=(), patterns=())>, core_count=24, threads_per_core=1): 1}), host_mem_conf=MemoryConfiguration(host_memory_capacity=Memory(quantity=226.76472, byte_suffix=<ByteSuffix.GB: (1000, 3)>, _num_bytes=226764720000), comparison_tolerance=0.05), accelerator_conf=AcceleratorConfiguration(layout=defaultdict(<class 'int'>, {GPU(name='NVIDIA A100 80GB PCIe', accelerator_type=<AcceleratorType.Discrete: AliasedName(name='Discrete', aliases=(), patterns=())>, vram=Memory(quantity=79.095703125, byte_suffix=<ByteSuffix.GiB: (1024, 3)>, _num_bytes=84928364544), max_power_limit=300.0, pci_id='0x20B510DE', compute_sm=80): 1})), numa_conf=NUMAConfiguration(numa_nodes={}, num_numa_nodes=1), system_id=None)
make[1]: Leaving directory '/work'
make[1]: Entering directory '/work'
[2023-11-29 14:55:48,954 main_v2.py:219 INFO] Detected system did not match any known systems. Exiting. SystemConfiguration(host_cpu_conf=CPUConfiguration(layout={CPU(name='AMD EPYC 7V13 64-Core Processor', architecture=<CPUArchitecture.x86_64: AliasedName(name='x86_64', aliases=(), patterns=())>, core_count=24, threads_per_core=1): 1}), host_mem_conf=MemoryConfiguration(host_memory_capacity=Memory(quantity=226.76472, byte_suffix=<ByteSuffix.GB: (1000, 3)>, _num_bytes=226764720000), comparison_tolerance=0.05), accelerator_conf=AcceleratorConfiguration(layout=defaultdict(<class 'int'>, {GPU(name='NVIDIA A100 80GB PCIe', accelerator_type=<AcceleratorType.Discrete: AliasedName(name='Discrete', aliases=(), patterns=())>, vram=Memory(quantity=79.095703125, byte_suffix=<ByteSuffix.GiB: (1024, 3)>, _num_bytes=84928364544), max_power_limit=300.0, pci_id='0x20B510DE', compute_sm=80): 1})), numa_conf=NUMAConfiguration(numa_nodes={}, num_numa_nodes=1), system_id=None)
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/work/scripts/print_harness_result.py", line 64, in
main()
File "/work/scripts/print_harness_result.py", line 30, in main
for config_name in results:
TypeError: 'NoneType' object is not iterable
The text was updated successfully, but these errors were encountered: