Skip to content

Commit

Permalink
Merge branch 'GATEOverflow:mlperf-inference' into mlperf-inference
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored May 25, 2024
2 parents 6880cfd + 190a9a5 commit cd663d3
Show file tree
Hide file tree
Showing 597 changed files with 46,934 additions and 21,037 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
branches:
- main
- docs
- mlperf-inference

jobs:

Expand Down
126 changes: 63 additions & 63 deletions automation/script/README.md

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -4313,6 +4313,9 @@ def enable_or_skip_script(meta, env):
Internal: enable a dependency based on enable_if_env and skip_if_env meta information
(AND function)
"""
if type(meta) != dict:
print( "The meta entry is not a dictionary for skip/enable if_env {}".format(meta))

for key in meta:
meta_key = [str(v).lower() for v in meta[key]]
if key in env:
Expand Down
29 changes: 0 additions & 29 deletions docs/AI-ML-datasets/index.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/AI-ML-frameworks/index.md

This file was deleted.

23 changes: 0 additions & 23 deletions docs/AI-ML-models/index.md

This file was deleted.

5 changes: 0 additions & 5 deletions docs/AI-ML-optimization/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/CM-Interface/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/CM-automation/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/CM-interface-prototyping/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/CUDA-automation/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/Cloud-automation/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/Collective-benchmarking/index.md

This file was deleted.

20 changes: 0 additions & 20 deletions docs/Compiler-automation/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/Dashboard-automation/index.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/Detection-or-installation-of-tools-and-artifacts/index.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/DevOps-automation/index.md

This file was deleted.

Loading

0 comments on commit cd663d3

Please sign in to comment.