diff --git a/content/linux/opensource_packages/bolt.md b/content/linux/opensource_packages/bolt.md new file mode 100644 index 0000000000..61d51f5083 --- /dev/null +++ b/content/linux/opensource_packages/bolt.md @@ -0,0 +1,31 @@ +--- +name: LLVM BOLT +category: Compilers/Tools +description: Bolt is a post-link optimizer that improves application performance by reorganizing code layout based on execution profiles collected from sampling profilers. +download_url: https://github.com/llvm/llvm-project/releases +works_on_arm: true +supported_minimum_version: + version_number: 16.0.0 + release_date: 2023/03/18 + + +optional_info: + homepage_url: https://github.com/llvm/llvm-project/tree/main/bolt + support_caveats: + alternative_options: + getting_started_resources: + official_docs: https://github.com/llvm/llvm-project/tree/main/bolt#installation + arm_content: https://learn.arm.com/install-guides/bolt/ + partner_content: + arm_recommended_minimum_version: + version_number: + release_date: + reference_content: + rationale: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: The release notes for the initial Linux/Arm64 support aren't available. However, version 16.0.0 Aarch64 tar carries llvm-bolt binary inside /bin. + +--- diff --git a/content/linux/opensource_packages/dcperf.md b/content/linux/opensource_packages/dcperf.md new file mode 100644 index 0000000000..b20aac98f4 --- /dev/null +++ b/content/linux/opensource_packages/dcperf.md @@ -0,0 +1,31 @@ +--- +name: DCPerf +category: Miscellaneous +description: DCPerf is a benchmark suite designed to model real-world hyperscale cloud workloads, enabling evaluation and performance analysis of hardware and system software for datacenter environments. +download_url: https://github.com/facebookresearch/DCPerf/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.2.0 + release_date: 2024/08/24 + + +optional_info: + homepage_url: https://github.com/facebookresearch/DCPerf + support_caveats: + alternative_options: + getting_started_resources: + official_docs: https://github.com/facebookresearch/DCPerf#getting-started + arm_content: https://learn.arm.com/install-guides/dcperf/ + partner_content: + arm_recommended_minimum_version: + version_number: 1.0.0 + release_date: 2025/03/27 + reference_content: https://github.com/facebookresearch/DCPerf/releases/tag/v1.0 + rationale: In this release, support for Arm’s topdown-tool in the topdown monitor, enabling core uArch metrics collection on non-NVIDIA Arm CPUs was introuced. + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/facebookresearch/DCPerf/releases/tag/v0.2.0 + release_notes__recommended_minimum: + other_info: + +--- diff --git a/content/linux/opensource_packages/eksctl.md b/content/linux/opensource_packages/eksctl.md new file mode 100644 index 0000000000..42f3d484fa --- /dev/null +++ b/content/linux/opensource_packages/eksctl.md @@ -0,0 +1,31 @@ +--- +name: Eksctl +category: DevOps +description: Eksctl is a command-line tool that simplifies creating, managing, and operating Amazon EKS clusters using declarative configurations and automated workflows. +download_url: https://github.com/eksctl-io/eksctl/releases +works_on_arm: true +supported_minimum_version: + version_number: 0.30.0 + release_date: 2020/10/16 + + +optional_info: + homepage_url: https://docs.aws.amazon.com/eks/latest/eksctl/what-is-eksctl.html + support_caveats: + alternative_options: + getting_started_resources: + official_docs: https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html + arm_content: https://learn.arm.com/install-guides/eksctl/ + partner_content: + arm_recommended_minimum_version: + version_number: 0.208.0 + release_date: 2025/05/13 + reference_content: https://github.com/eksctl-io/eksctl/releases/tag/v0.208.0 + rationale: In this release, support for AL2023 Arm64 nvidia amiType was added. + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/eksctl-io/eksctl/releases/tag/0.30.0 + release_notes__recommended_minimum: + other_info: + +---