From 62cf3e6ab96927ad74919421492df568fa506fe0 Mon Sep 17 00:00:00 2001 From: Yasaman Ghadar Date: Wed, 14 Feb 2024 18:18:18 -0600 Subject: [PATCH 1/4] Delete docs/aurora/data-science/libraries/onednn.md --- docs/aurora/data-science/libraries/onednn.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/aurora/data-science/libraries/onednn.md diff --git a/docs/aurora/data-science/libraries/onednn.md b/docs/aurora/data-science/libraries/onednn.md deleted file mode 100644 index 9e7a80c6d..000000000 --- a/docs/aurora/data-science/libraries/onednn.md +++ /dev/null @@ -1 +0,0 @@ -# oneDNN From ab1ff6100ea304e1c7c43eb1ae17a25dae71dd91 Mon Sep 17 00:00:00 2001 From: Yasaman Ghadar Date: Wed, 14 Feb 2024 18:19:21 -0600 Subject: [PATCH 2/4] Delete docs/aurora/programming-models/heterogeneous-models.md --- docs/aurora/programming-models/heterogeneous-models.md | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 docs/aurora/programming-models/heterogeneous-models.md diff --git a/docs/aurora/programming-models/heterogeneous-models.md b/docs/aurora/programming-models/heterogeneous-models.md deleted file mode 100644 index 9858d69ca..000000000 --- a/docs/aurora/programming-models/heterogeneous-models.md +++ /dev/null @@ -1,3 +0,0 @@ -# Heterogeneous Models and Porting Paths to Aurora - -Placeholder From 3c90337c03ed6e6d68b17e102035ce64a2210052 Mon Sep 17 00:00:00 2001 From: Yasaman Ghadar Date: Thu, 15 Feb 2024 12:50:16 -0600 Subject: [PATCH 3/4] Update mkdocs.yml removing files. --- mkdocs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 90ea5e7f8..9f015cffb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -151,7 +151,6 @@ nav: - Compiling and Linking Overview: aurora/compiling-and-linking/compiling-and-linking-overview.md - Programming Models: aurora/compiling-and-linking/aurora-programming-models.md - Example Program and Makefile: aurora/compiling-and-linking/aurora-example-program-makefile.md - - oneAPI Compilers: aurora/compiling-and-linking/oneapi-compilers-aurora.md - LLVM Compilers: aurora/compiling-and-linking/llvm-compilers-aurora.md - GNU Compilers: aurora/compiling-and-linking/gnu-compilers-aurora.md - CCE Compilers: aurora/compiling-and-linking/cce-compilers-aurora.md @@ -183,14 +182,11 @@ nav: - TensorFlow: aurora/data-science/frameworks/tensorflow.md - LibTorch: aurora/data-science/frameworks/libtorch.md - Libraries: - - oneDNN: aurora/data-science/libraries/onednn.md - OpenVINO: aurora/data-science/libraries/openvino.md - Programming Models: - - Compatibility Tool: aurora/programming-models/compatibility-tool.md - - Heterogenous Models: aurora/programming-models/heterogeneous-models.md + - Porthing Paths to Aurora: aurora/programming-models/porting-paths-to-Aurora.md - Kokkos: aurora/programming-models/kokkos-aurora.md - Level Zero: aurora/programming-models/level-0.md - - oneAPI: aurora/programming-models/one-api.md - openCL: aurora/programming-models/opencl-aurora.md - OpenMP: aurora/programming-models/openmp-aurora.md - RAJA: aurora/programming-models/raja-aurora.md From 9d3fb85f754a7bda69cb352d88c60d013d699e3d Mon Sep 17 00:00:00 2001 From: Kyle Gerard Felker Date: Sun, 18 Feb 2024 17:42:01 -0600 Subject: [PATCH 4/4] Cleanup placeholders --- docs/aurora/compiling-and-linking/oneapi-compilers-aurora.md | 1 - docs/aurora/programming-models/compatibility-tool.md | 3 --- docs/aurora/programming-models/one-api.md | 3 --- mkdocs.yml | 1 - 4 files changed, 8 deletions(-) delete mode 100644 docs/aurora/compiling-and-linking/oneapi-compilers-aurora.md delete mode 100644 docs/aurora/programming-models/compatibility-tool.md delete mode 100644 docs/aurora/programming-models/one-api.md diff --git a/docs/aurora/compiling-and-linking/oneapi-compilers-aurora.md b/docs/aurora/compiling-and-linking/oneapi-compilers-aurora.md deleted file mode 100644 index adf2bee1f..000000000 --- a/docs/aurora/compiling-and-linking/oneapi-compilers-aurora.md +++ /dev/null @@ -1 +0,0 @@ -Intel oneAPI Compilers Aurora diff --git a/docs/aurora/programming-models/compatibility-tool.md b/docs/aurora/programming-models/compatibility-tool.md deleted file mode 100644 index bcef0a921..000000000 --- a/docs/aurora/programming-models/compatibility-tool.md +++ /dev/null @@ -1,3 +0,0 @@ -# Compatibility Tool - -Placeholder diff --git a/docs/aurora/programming-models/one-api.md b/docs/aurora/programming-models/one-api.md deleted file mode 100644 index 35ad51429..000000000 --- a/docs/aurora/programming-models/one-api.md +++ /dev/null @@ -1,3 +0,0 @@ -# oneAPI - -Placeholder diff --git a/mkdocs.yml b/mkdocs.yml index bd31df425..d7060d4bf 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -183,7 +183,6 @@ nav: - Libraries: - OpenVINO: aurora/data-science/libraries/openvino.md - Programming Models: - - Porthing Paths to Aurora: aurora/programming-models/porting-paths-to-Aurora.md - Kokkos: aurora/programming-models/kokkos-aurora.md - Level Zero: aurora/programming-models/level-0.md - openCL: aurora/programming-models/opencl-aurora.md