From 7d2c13a40468bce2f09453748987c25e2cad82c9 Mon Sep 17 00:00:00 2001 From: Dmitry Vodopyanov Date: Tue, 13 Feb 2024 11:58:10 +0100 Subject: [PATCH] Remove dot --- .../sycl/ext/oneapi/experimental/device_architecture.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/include/sycl/ext/oneapi/experimental/device_architecture.hpp b/sycl/include/sycl/ext/oneapi/experimental/device_architecture.hpp index a59550e550993..cbd76058825d9 100644 --- a/sycl/include/sycl/ext/oneapi/experimental/device_architecture.hpp +++ b/sycl/include/sycl/ext/oneapi/experimental/device_architecture.hpp @@ -20,7 +20,7 @@ enum class architecture { // - "-fsycl-targets" description in sycl/doc/UsersManual.md // // Add - // - __SYCL_TARGET___ to the compiler driver and to all places below. + // - __SYCL_TARGET___ to the compiler driver and to all places below // - the unique ID of the new architecture in SYCL RT source code to support // querying the device architecture //