Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: 'NoneType' object is not iterable. On Azure VM with GPU A100 . #11

Open
teo-ma opened this issue Nov 29, 2023 · 0 comments
Open

Comments

@teo-ma
Copy link

teo-ma commented Nov 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant