We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbe403 commit ab25aa3Copy full SHA for ab25aa3
sycl/include/sycl/ext/oneapi/experimental/device_architecture.hpp
@@ -30,7 +30,7 @@ enum class architecture : uint64_t {
30
// - new value for -fsycl-targets option to the compiler driver in
31
// accordance with changes from sycl/doc/UsersManual.md and update the
32
// compiler driver tests
33
-// - ___SYCL_TARGET_<ARCH>__ to the compiler driver and to all places below
+// - __SYCL_TARGET_<ARCH>__ to the compiler driver and to all places below
34
// - the unique ID of the new architecture to the SYCL RT source code to
35
// support querying the device architecture through
36
// device::get_info<ext::oneapi::experimental::info::device::architecture>
0 commit comments