Skip to content

Commit d465e71

Browse files
committed
Auto-merge updates from auto-update branch
2 parents 44117b0 + 0b05eeb commit d465e71

File tree

11 files changed

+434
-486
lines changed

11 files changed

+434
-486
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
| Model | Scenario | Accuracy | Throughput | Latency (in ms) |
22
|----------|------------|------------|--------------|-------------------|
3-
| resnet50 | offline | 80 | 1.735 | - |
3+
| resnet50 | offline | 80 | 1.727 | - |

open/MLCommons/measurements/gh_ubuntu-latest-reference-cpu-tvm-onnx_v1.19.2-default_config/resnet50/offline/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ pip install -U mlcflow
1717

1818
mlc rm cache -f
1919

20-
mlc pull repo GATEOverflow@mlperf-automations --checkout=4ca5d67a1e229985a33d2a009bc5cbf335d72955
20+
mlc pull repo anandhu-eng@mlperf-automations --checkout=fbcd75f530bb8bf3675726717cab1cc39429b42e
2121

2222

2323
```
2424
*Note that if you want to use the [latest automation recipes](https://docs.mlcommons.org/inference) for MLPerf,
25-
you should simply reload GATEOverflow@mlperf-automations without checkout and clean MLC cache as follows:*
25+
you should simply reload anandhu-eng@mlperf-automations without checkout and clean MLC cache as follows:*
2626

2727
```bash
28-
mlc rm repo GATEOverflow@mlperf-automations
29-
mlc pull repo GATEOverflow@mlperf-automations
28+
mlc rm repo anandhu-eng@mlperf-automations
29+
mlc pull repo anandhu-eng@mlperf-automations
3030
mlc rm cache -f
3131

3232
```
@@ -41,4 +41,4 @@ Model Precision: fp32
4141
`acc`: `80.0`, Required accuracy for closed division `>= 75.6954`
4242

4343
### Performance Results
44-
`Samples per second`: `1.73509`
44+
`Samples per second`: `1.72733`
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
python3 python/main.py --profile resnet50-onnxruntime --model "/home/runner/MLC/repos/local/cache/get-tvm-model_021797c1/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_7ef9c79e --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_c191e08d/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy" --backend tvm --scenario Offline --max-batchsize 1 --count 5 --threads 4 --user_conf /home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/6e92e3043c244af1b72d3451e87dfd9d.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_7ef9c79e --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_cdcf2123/val.txt
2-
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_7ef9c79e', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_cdcf2123/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_021797c1/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_c191e08d/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy', inputs=None, outputs=['ArgMax:0'], backend='tvm', device=None, model_name='resnet50', threads=4, qps=None, cache=0, cache_dir='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_7ef9c79e', preprocessed_dir=None, use_preprocessed_dataset=True, accuracy=True, find_peak_performance=False, debug=False, user_conf='/home/runner/MLC/repos/GATEOverflow@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/6e92e3043c244af1b72d3451e87dfd9d.conf', audit_conf='audit.config', time=None, count=5, performance_sample_count=None, max_latency=None, samples_per_query=8)
1+
python3 python/main.py --profile resnet50-onnxruntime --model "/home/runner/MLC/repos/local/cache/get-tvm-model_6ffea61a/resnet50_v1.onnx" --dataset-path /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e074333e --output "/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_f213f503/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy" --backend tvm --scenario Offline --max-batchsize 1 --count 5 --threads 4 --user_conf /home/runner/MLC/repos/anandhu-eng@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/faee0562d0c042549357b84d92166460.conf --accuracy --use_preprocessed_dataset --cache_dir /home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e074333e --dataset-list /home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_297dfabf/val.txt
2+
INFO:main:Namespace(dataset='imagenet', dataset_path='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e074333e', dataset_list='/home/runner/MLC/repos/local/cache/extract-file_imagenet-aux-da_297dfabf/val.txt', data_format=None, profile='resnet50-onnxruntime', scenario='Offline', max_batchsize=1, model='/home/runner/MLC/repos/local/cache/get-tvm-model_6ffea61a/resnet50_v1.onnx', output='/home/runner/MLC/repos/local/cache/get-mlperf-inference-results-dir_f213f503/test_results/gh_ubuntu-latest-reference-cpu-tvm-onnx-v1.19.2-default_config/resnet50/offline/accuracy', inputs=None, outputs=['ArgMax:0'], backend='tvm', device=None, model_name='resnet50', threads=4, qps=None, cache=0, cache_dir='/home/runner/MLC/repos/local/cache/get-preprocessed-dataset-imagenet_e074333e', preprocessed_dir=None, use_preprocessed_dataset=True, accuracy=True, find_peak_performance=False, debug=False, user_conf='/home/runner/MLC/repos/anandhu-eng@mlperf-automations/script/generate-mlperf-inference-user-conf/tmp/faee0562d0c042549357b84d92166460.conf', audit_conf='audit.config', time=None, count=5, performance_sample_count=None, max_latency=None, samples_per_query=8)
33
INFO:imagenet:Loading 5 preprocessed images using 4 threads
44
INFO:imagenet:loaded 5 images, cache=0, already_preprocessed=True, took=0.0sec
5-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_021797c1/model-tvm.so
5+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_6ffea61a/model-tvm.so
66
INFO:main:starting TestScenario.Offline
7-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_021797c1/model-tvm.so
8-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_021797c1/model-tvm.so
9-
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_021797c1/model-tvm.so
10-
TestScenario.Offline qps=1.73, mean=1.7583, time=2.893, acc=80.000%, queries=5, tiles=50.0:1.4879,80.0:1.7669,90.0:2.3152,95.0:2.5894,99.0:2.8087,99.9:2.8581
7+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_6ffea61a/model-tvm.so
8+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_6ffea61a/model-tvm.so
9+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_6ffea61a/model-tvm.so
10+
TVM: loading model /home/runner/MLC/repos/local/cache/get-tvm-model_6ffea61a/model-tvm.so
11+
TestScenario.Offline qps=1.73, mean=1.7681, time=2.898, acc=80.000%, queries=5, tiles=50.0:1.5035,80.0:1.8052,90.0:2.3386,95.0:2.6053,99.0:2.8187,99.9:2.8667

open/MLCommons/measurements/gh_ubuntu-latest-reference-cpu-tvm-onnx_v1.19.2-default_config/resnet50/offline/cpu_info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"MLC_HOST_CPU_L2_CACHE_SIZE": "1 MiB (2 instances)",
2121
"MLC_HOST_CPU_L3_CACHE_SIZE": "32 MiB (1 instance)",
2222
"MLC_HOST_CPU_NUMA_NODES": "1",
23+
"MLC_HOST_CPU_START_CORES": "0",
2324
"MLC_HOST_CPU_TOTAL_LOGICAL_CORES": "4",
2425
"MLC_HOST_CPU_TOTAL_PHYSICAL_CORES": "2",
2526
"MLC_HOST_CPU_PHYSICAL_CORES_LIST": "0-1",

0 commit comments

Comments
 (0)