@@ -19,6 +19,7 @@ on Intel CPUs and GPUs.
1919
2020 * @ref dev_guide_basic_concepts
2121 * @ref cpu_getting_started_cpp
22+ * @ref gpu_getting_started_cpp
2223 * @ref cpu_memory_format_propagation_cpp
2324 * @ref dev_guide_inference_and_training_aspects
2425 * @ref dev_guide_inference
@@ -30,8 +31,6 @@ on Intel CPUs and GPUs.
3031 * @ref dev_guide_attributes_post_ops
3132 * @ref dev_guide_data_types
3233 * @ref dev_guide_c_and_cpp_apis
33- * @ref dev_guide_opencl_interoperability
34-
3534
3635# Primitives
3736
@@ -53,7 +52,6 @@ Memory bandwidth limited operations:
5352Data manipulation:
5453 * [ Reorder] (@ref dev_guide_reorder)
5554
56-
5755# Performance Benchmarking and Inspection
5856
5957 * @ref dev_guide_verbose
@@ -67,6 +65,7 @@ Data manipulation:
6765 * @ref dev_guide_transition_to_v1
6866 * @ref dev_guide_understanding_memory_formats
6967 * @ref dev_guide_int8_computations
68+ * @ref dev_guide_opencl_interoperability
7069
7170# Examples
7271
@@ -76,7 +75,7 @@ Data manipulation:
7675| | | @ref cpu_memory_format_propagation_cpp | |
7776| | | @ref cpu_performance_profiling_cpp | |
7877| | GPU | @ref gpu_getting_started_cpp | @ref gpu_getting_started_c |
79- | | GPU | @ref gpu_opencl_interop_cpp | |
78+ | | GPU | @ref gpu_opencl_interop_cpp | |
8079| f32 inference | CPU | @ref cpu_cnn_inference_f32_cpp | @ref cpu_cnn_inference_f32_c |
8180| | CPU | @ref cpu_rnn_inference_f32_cpp | |
8281| int8 inference | CPU | @ref cpu_cnn_inference_int8_cpp | |
0 commit comments