From 8a2c19770b764faa79913452486cc391934a7cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Chor=C4=85=C5=BCewicz?= Date: Thu, 25 Jul 2024 12:10:43 -0700 Subject: [PATCH] Update sycl/doc/GetStartedGuide.md Co-authored-by: Steffen Larsen --- sycl/doc/GetStartedGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/doc/GetStartedGuide.md b/sycl/doc/GetStartedGuide.md index c38498f1790d4..50326f35aa45b 100644 --- a/sycl/doc/GetStartedGuide.md +++ b/sycl/doc/GetStartedGuide.md @@ -43,7 +43,7 @@ and a wide range of compute accelerators such as GPU and FPGA. * `python` - [Download](https://www.python.org/downloads/) * `ninja` - [Download](https://github.com/ninja-build/ninja/wiki/Pre-built-Ninja-packages) -* `hwloc` version 2.3 or later +* `hwloc` version 2.3 or later (Linux only) * libhwloc-dev or hwloc-devel package on linux * C++ compiler * See LLVM's [host compiler toolchain requirements](https://github.com/intel/llvm/blob/sycl/llvm/docs/GettingStarted.rst#host-c-toolchain-both-compiler-and-standard-library)