Skip to content

Commit fc6c28f

Browse files
authored
[SYCL][DOC] Change extension names to lower case (#5607)
I found the all-upper-case names difficult to read, especially in a directory listing where all the files are upper case. Change them all to lower case. The name of the extension and the name of the file are now lower case. The name of the feature-test macro remains upper case.
1 parent 4817b3f commit fc6c28f

File tree

71 files changed

+112
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+112
-112
lines changed

sycl/ReleaseNotes.md

+55-55

sycl/doc/EnvironmentVariables.md

+1-1

sycl/doc/GetStartedGuide.md

+1-1

sycl/doc/MultiTileCardWithLevelZero.md

+1-1

sycl/doc/design/CompileTimeProperties.md

+8-8

sycl/doc/design/DeviceGlobal.md

+2-2

sycl/doc/design/DeviceLibExtensions.rst

+1-1

sycl/doc/design/OptionalDeviceFeatures.md

+1-1

sycl/doc/design/Reduction_status.md

+1-1

sycl/doc/design/fpga_io_pipes_design.rst

+1-1

sycl/doc/extensions/experimental/SYCL_EXT_INTEL_ESIMD/README.md renamed to sycl/doc/extensions/experimental/sycl_ext_intel_esimd/README.md

+1-1

sycl/doc/extensions/experimental/SYCL_EXT_ONEAPI_GROUP_LOAD_STORE.asciidoc renamed to sycl/doc/extensions/experimental/sycl_ext_oneapi_group_load_store.asciidoc

+1-1

sycl/doc/extensions/experimental/SYCL_EXT_ONEAPI_GROUP_SORT.asciidoc renamed to sycl/doc/extensions/experimental/sycl_ext_oneapi_group_sort.asciidoc

+1-1

sycl/doc/extensions/experimental/SYCL_EXT_ONEAPI_MATRIX.asciidoc renamed to sycl/doc/extensions/experimental/sycl_ext_oneapi_matrix.asciidoc

+2-2

sycl/doc/extensions/experimental/SYCL_EXT_ONEAPI_MAX_WORK_GROUP_QUERY.md renamed to sycl/doc/extensions/experimental/sycl_ext_oneapi_max_work_group_query.md

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_INTEL_DATAFLOW_PIPES.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_intel_dataflow_pipes.asciidoc

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_INTEL_FPGA_LSU.md renamed to sycl/doc/extensions/proposed/sycl_ext_intel_fpga_lsu.md

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_COMPLEX_ALGORITHMS.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_complex_algorithms.asciidoc

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_DEVICE_GLOBAL.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_device_global.asciidoc

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_DEVICE_IF.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_device_if.asciidoc

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_FREE_FUNCTION_QUERIES.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_free_function_queries.asciidoc

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_INVOKE_SIMD.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_invoke_simd.asciidoc

+3-3

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_KERNEL_PROPERTIES.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_kernel_properties.asciidoc

+2-2

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_PROPERTIES.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_properties.asciidoc

+1-1

sycl/doc/extensions/proposed/SYCL_EXT_ONEAPI_UNIFORM.asciidoc renamed to sycl/doc/extensions/proposed/sycl_ext_oneapi_uniform.asciidoc

+1-1

sycl/doc/extensions/supported/SYCL_EXT_INTEL_MEM_CHANNEL_PROPERTY.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_intel_mem_channel_property.asciidoc

+1-1

sycl/doc/extensions/supported/SYCL_EXT_INTEL_USM_ADDRESS_SPACES.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_intel_usm_address_spaces.asciidoc

+1-1

sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_ASSERT.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_oneapi_assert.asciidoc

+1-1

sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_BACKEND_LEVEL_ZERO.md renamed to sycl/doc/extensions/supported/sycl_ext_oneapi_backend_level_zero.md

+1-1

sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_DISCARD_QUEUE_EVENTS.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_oneapi_discard_queue_events.asciidoc

+2-2

sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_ENQUEUE_BARRIER.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_oneapi_enqueue_barrier.asciidoc

+1-1

sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_LOCAL_MEMORY.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_oneapi_local_memory.asciidoc

+1-1

sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_SRGB.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_oneapi_srgb.asciidoc

+1-1

sycl/doc/extensions/supported/SYCL_EXT_ONEAPI_SUB_GROUP_MASK.asciidoc renamed to sycl/doc/extensions/supported/sycl_ext_oneapi_sub_group_mask.asciidoc

+1-1

sycl/include/CL/sycl/detail/type_traits.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ __SYCL_INLINE_CONSTEXPR bool is_group_v =
5858
namespace detail {
5959
// Type for Intel device UUID extension.
6060
// For details about this extension, see
61-
// sycl/doc/extensions/supported/SYCL_EXT_INTEL_DEVICE_INFO.md
61+
// sycl/doc/extensions/supported/sycl_ext_intel_device_info.md
6262
using uuid_type = std::array<unsigned char, 16>;
6363

6464
template <typename T, typename R> struct copy_cv_qualifiers;

sycl/include/sycl/ext/intel/experimental/esimd.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/// @defgroup sycl_esimd DPC++ Explicit SIMD API
1616
/// This is a low-level API providing direct access to Intel GPU hardware
1717
/// features. ESIMD overview can be found
18-
/// [here](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/SYCL_EXT_INTEL_ESIMD/SYCL_EXT_INTEL_ESIMD.md).
18+
/// [here](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_intel_esimd/sycl_ext_intel_esimd.md).
1919
/// Some terminology used in the API documentation:
2020
/// - *lane* -
2121
/// (or "vector lane") Individual "lane" of input and output elements

sycl/include/sycl/ext/oneapi/group_local_memory.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ std::enable_if_t<std::is_trivially_destructible<T>::value &&
3535
return reinterpret_cast<__attribute__((opencl_local)) T *>(AllocatedMem);
3636
#else
3737
throw feature_not_supported(
38-
"SYCL_EXT_ONEAPI_LOCAL_MEMORY extension is not supported on host device",
38+
"sycl_ext_oneapi_local_memory extension is not supported on host device",
3939
PI_INVALID_OPERATION);
4040
#endif
4141
}
@@ -60,7 +60,7 @@ std::enable_if_t<std::is_trivially_destructible<T>::value &&
6060
// Silence unused variable warning
6161
[&args...] {}();
6262
throw feature_not_supported(
63-
"SYCL_EXT_ONEAPI_LOCAL_MEMORY extension is not supported on host device",
63+
"sycl_ext_oneapi_local_memory extension is not supported on host device",
6464
PI_INVALID_OPERATION);
6565
#endif
6666
}

sycl/plugins/cuda/pi_cuda.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ pi_result cuda_piDeviceGetInfo(pi_device device, pi_device_info param_name,
17441744
case PI_DEVICE_INFO_MAX_MEM_BANDWIDTH:
17451745
// TODO: Check if Intel device UUID extension is utilized for CUDA.
17461746
// For details about this extension, see
1747-
// sycl/doc/extensions/supported/SYCL_EXT_INTEL_DEVICE_INFO.md
1747+
// sycl/doc/extensions/supported/sycl_ext_intel_device_info.md
17481748
case PI_DEVICE_INFO_UUID:
17491749
return PI_INVALID_VALUE;
17501750

0 commit comments

Comments
 (0)