Skip to content

Commit

Permalink
clean up MLPerf inference app names
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Jan 16, 2023
1 parent f6613ca commit 7ce545c
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Identification of this CM script
alias: app-mlperf-inference-nvidia-harness
alias: app-mlperf-inference-nvidia
uid: bf62405e6c7a44bf

automation_alias: script
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"alias": "app-mlperf-image-classification-cpp",
"alias": "app-mlperf-inference-tflite-cpp",
"automation_alias": "script",
"automation_uid": "5b4e0237da074764",
"category": "Modular MLPerf benchmarks",
Expand Down
8 changes: 7 additions & 1 deletion cm-mlops/script/app-mlperf-inference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ deps:

# Variations to customize dependencies
variations:
# Implementation (cpp, python, nvidia, tflite-cpp)
# Implementation (cpp, reference/python, nvidia, tflite-cpp)
cpp:
group:
implementation
Expand Down Expand Up @@ -343,6 +343,7 @@ variations:
add_deps_recursive:
mlperf-inference-implementation:
tags: _onnxruntime

tf:
group: backend
env:
Expand All @@ -351,6 +352,7 @@ variations:
add_deps_recursive:
mlperf-inference-implementation:
tags: _tf

pytorch:
group: backend
env:
Expand All @@ -359,6 +361,7 @@ variations:
add_deps_recursive:
mlperf-inference-implementation:
tags: _pytorch

deepsparse:
group: backend
env:
Expand All @@ -367,20 +370,23 @@ variations:
add_deps_recursive:
mlperf-inference-implementation:
tags: _deepsparse

tflite:
group: backend
env:
CM_MLPERF_BACKEND: tflite
add_deps_recursive:
mlperf-inference-implementation:
tags: _tflite

tvm-onnx:
group: backend
env:
CM_MLPERF_BACKEND: tvm-onnx
add_deps_recursive:
mlperf-inference-implementation:
tags: _tvm-onnx

tvm-pytorch:
group: backend
env:
Expand Down

0 comments on commit 7ce545c

Please sign in to comment.