You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: "[uint32_t] return Intel GPU EU count (optional)"
346
346
- name: GPU_EU_SIMD_WIDTH
347
-
desc: "[uint32_t] return Intel GPU EU SIMD width"
347
+
desc: "[uint32_t] return Intel GPU EU SIMD width (optional)"
348
348
- name: GPU_EU_SLICES
349
-
desc: "[uint32_t] return Intel GPU number of slices"
349
+
desc: "[uint32_t] return Intel GPU number of slices (optional)"
350
350
- name: GPU_EU_COUNT_PER_SUBSLICE
351
-
desc: "[uint32_t] return Intel GPU EU count per subslice"
351
+
desc: "[uint32_t] return Intel GPU EU count per subslice (optional)"
352
352
- name: GPU_SUBSLICES_PER_SLICE
353
-
desc: "[uint32_t] return Intel GPU number of subslices per slice"
353
+
desc: "[uint32_t] return Intel GPU number of subslices per slice (optional)"
354
354
- name: GPU_HW_THREADS_PER_EU
355
-
desc: "[uint32_t] return Intel GPU number of threads per EU"
355
+
desc: "[uint32_t] return Intel GPU number of threads per EU (optional)"
356
356
- name: MAX_MEMORY_BANDWIDTH
357
-
desc: "[uint32_t] return max memory bandwidth in Mb/s"
357
+
desc: "[uint32_t] return max memory bandwidth in Mb/s (optional)"
358
358
- name: IMAGE_SRGB
359
359
desc: "[$x_bool_t] device supports sRGB images"
360
360
- name: BUILD_ON_SUBDEVICE
@@ -379,7 +379,7 @@ etors:
379
379
- name: KERNEL_SET_SPECIALIZATION_CONSTANTS
380
380
desc: "[$x_bool_t] support the $xKernelSetSpecializationConstants entry point"
381
381
- name: MEMORY_BUS_WIDTH
382
-
desc: "[uint32_t] return the width in bits of the memory bus interface of the device."
382
+
desc: "[uint32_t] return the width in bits of the memory bus interface of the device (optional)."
383
383
- name: MAX_WORK_GROUPS_3D
384
384
desc: "[size_t[3]] return max 3D work groups"
385
385
- name: ASYNC_BARRIER
@@ -389,9 +389,9 @@ etors:
389
389
- name: HOST_PIPE_READ_WRITE_SUPPORTED
390
390
desc: "[$x_bool_t] Return true if the device supports enqueueing commands to read and write pipes from the host."
391
391
- name: MAX_REGISTERS_PER_WORK_GROUP
392
-
desc: "[uint32_t] The maximum number of registers available per block."
392
+
desc: "[uint32_t] The maximum number of registers available per block. (optional)"
393
393
- name: IP_VERSION
394
-
desc: "[uint32_t] The device IP version. The meaning of the device IP version is implementation-defined, but newer devices should have a higher version than older devices."
394
+
desc: "[uint32_t] The device IP version. The meaning of the device IP version is implementation-defined, but newer devices should have a higher version than older devices. (optional)"
395
395
- name: VIRTUAL_MEMORY_SUPPORT
396
396
desc: "[$x_bool_t] return true if the device supports virtual memory."
0 commit comments