Skip to content

Commit ab25aa3

Browse files
authored
[NFC][SYCL] Remove spurious underscore in comments (#16777)
Based on the code for supported architectures the macro should start with only two underscores.
1 parent 1dbe403 commit ab25aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/ext/oneapi/experimental/device_architecture.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enum class architecture : uint64_t {
3030
// - new value for -fsycl-targets option to the compiler driver in
3131
// accordance with changes from sycl/doc/UsersManual.md and update the
3232
// compiler driver tests
33-
// - ___SYCL_TARGET_<ARCH>__ to the compiler driver and to all places below
33+
// - __SYCL_TARGET_<ARCH>__ to the compiler driver and to all places below
3434
// - the unique ID of the new architecture to the SYCL RT source code to
3535
// support querying the device architecture through
3636
// device::get_info<ext::oneapi::experimental::info::device::architecture>

0 commit comments

Comments
 (0)