From 54a48e4731284a9759c7520c78fa20d378b83383 Mon Sep 17 00:00:00 2001 From: "Li, Ian" Date: Thu, 27 Feb 2025 14:01:17 -0800 Subject: [PATCH] Move UR devops scripts to devops folder --- .../scripts/benchmarks/README.md | 0 .../scripts/benchmarks/benches/base.py | 0 .../scripts/benchmarks/benches/compute.py | 0 .../scripts/benchmarks/benches/llamacpp.py | 0 .../scripts/benchmarks/benches/oneapi.py | 0 .../scripts/benchmarks/benches/result.py | 0 .../scripts/benchmarks/benches/syclbench.py | 0 .../scripts/benchmarks/benches/test.py | 0 .../scripts/benchmarks/benches/umf.py | 0 .../scripts/benchmarks/benches/velocity.py | 0 .../benchmarks/benchmark_results.html.template | 0 .../scripts/benchmarks/history.py | 0 .../scripts/benchmarks/main.py | 0 .../scripts/benchmarks/options.py | 0 .../scripts/benchmarks/output_html.py | 0 .../scripts/benchmarks/output_markdown.py | 0 .../scripts/benchmarks/requirements.txt | 0 .../scripts/benchmarks/utils/compute_runtime.py | 0 .../scripts/benchmarks/utils/utils.py | 0 .../scripts/benchmarks/workflow.png | Bin 20 files changed, 0 insertions(+), 0 deletions(-) rename {unified-runtime => devops}/scripts/benchmarks/README.md (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/base.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/compute.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/llamacpp.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/oneapi.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/result.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/syclbench.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/test.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/umf.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benches/velocity.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/benchmark_results.html.template (100%) rename {unified-runtime => devops}/scripts/benchmarks/history.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/main.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/options.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/output_html.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/output_markdown.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/requirements.txt (100%) rename {unified-runtime => devops}/scripts/benchmarks/utils/compute_runtime.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/utils/utils.py (100%) rename {unified-runtime => devops}/scripts/benchmarks/workflow.png (100%) diff --git a/unified-runtime/scripts/benchmarks/README.md b/devops/scripts/benchmarks/README.md similarity index 100% rename from unified-runtime/scripts/benchmarks/README.md rename to devops/scripts/benchmarks/README.md diff --git a/unified-runtime/scripts/benchmarks/benches/base.py b/devops/scripts/benchmarks/benches/base.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/base.py rename to devops/scripts/benchmarks/benches/base.py diff --git a/unified-runtime/scripts/benchmarks/benches/compute.py b/devops/scripts/benchmarks/benches/compute.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/compute.py rename to devops/scripts/benchmarks/benches/compute.py diff --git a/unified-runtime/scripts/benchmarks/benches/llamacpp.py b/devops/scripts/benchmarks/benches/llamacpp.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/llamacpp.py rename to devops/scripts/benchmarks/benches/llamacpp.py diff --git a/unified-runtime/scripts/benchmarks/benches/oneapi.py b/devops/scripts/benchmarks/benches/oneapi.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/oneapi.py rename to devops/scripts/benchmarks/benches/oneapi.py diff --git a/unified-runtime/scripts/benchmarks/benches/result.py b/devops/scripts/benchmarks/benches/result.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/result.py rename to devops/scripts/benchmarks/benches/result.py diff --git a/unified-runtime/scripts/benchmarks/benches/syclbench.py b/devops/scripts/benchmarks/benches/syclbench.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/syclbench.py rename to devops/scripts/benchmarks/benches/syclbench.py diff --git a/unified-runtime/scripts/benchmarks/benches/test.py b/devops/scripts/benchmarks/benches/test.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/test.py rename to devops/scripts/benchmarks/benches/test.py diff --git a/unified-runtime/scripts/benchmarks/benches/umf.py b/devops/scripts/benchmarks/benches/umf.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/umf.py rename to devops/scripts/benchmarks/benches/umf.py diff --git a/unified-runtime/scripts/benchmarks/benches/velocity.py b/devops/scripts/benchmarks/benches/velocity.py similarity index 100% rename from unified-runtime/scripts/benchmarks/benches/velocity.py rename to devops/scripts/benchmarks/benches/velocity.py diff --git a/unified-runtime/scripts/benchmarks/benchmark_results.html.template b/devops/scripts/benchmarks/benchmark_results.html.template similarity index 100% rename from unified-runtime/scripts/benchmarks/benchmark_results.html.template rename to devops/scripts/benchmarks/benchmark_results.html.template diff --git a/unified-runtime/scripts/benchmarks/history.py b/devops/scripts/benchmarks/history.py similarity index 100% rename from unified-runtime/scripts/benchmarks/history.py rename to devops/scripts/benchmarks/history.py diff --git a/unified-runtime/scripts/benchmarks/main.py b/devops/scripts/benchmarks/main.py similarity index 100% rename from unified-runtime/scripts/benchmarks/main.py rename to devops/scripts/benchmarks/main.py diff --git a/unified-runtime/scripts/benchmarks/options.py b/devops/scripts/benchmarks/options.py similarity index 100% rename from unified-runtime/scripts/benchmarks/options.py rename to devops/scripts/benchmarks/options.py diff --git a/unified-runtime/scripts/benchmarks/output_html.py b/devops/scripts/benchmarks/output_html.py similarity index 100% rename from unified-runtime/scripts/benchmarks/output_html.py rename to devops/scripts/benchmarks/output_html.py diff --git a/unified-runtime/scripts/benchmarks/output_markdown.py b/devops/scripts/benchmarks/output_markdown.py similarity index 100% rename from unified-runtime/scripts/benchmarks/output_markdown.py rename to devops/scripts/benchmarks/output_markdown.py diff --git a/unified-runtime/scripts/benchmarks/requirements.txt b/devops/scripts/benchmarks/requirements.txt similarity index 100% rename from unified-runtime/scripts/benchmarks/requirements.txt rename to devops/scripts/benchmarks/requirements.txt diff --git a/unified-runtime/scripts/benchmarks/utils/compute_runtime.py b/devops/scripts/benchmarks/utils/compute_runtime.py similarity index 100% rename from unified-runtime/scripts/benchmarks/utils/compute_runtime.py rename to devops/scripts/benchmarks/utils/compute_runtime.py diff --git a/unified-runtime/scripts/benchmarks/utils/utils.py b/devops/scripts/benchmarks/utils/utils.py similarity index 100% rename from unified-runtime/scripts/benchmarks/utils/utils.py rename to devops/scripts/benchmarks/utils/utils.py diff --git a/unified-runtime/scripts/benchmarks/workflow.png b/devops/scripts/benchmarks/workflow.png similarity index 100% rename from unified-runtime/scripts/benchmarks/workflow.png rename to devops/scripts/benchmarks/workflow.png