SWDEV-422544 - change comment for hipDeviceAttributeUnifiedAddressing

Change-Id: Id901b3e850eafd7c61f6d15b13fe07ba615e078a
Этот коммит содержится в:
Todd tiantuo Li
2023-09-19 06:22:03 -07:00
родитель f33cb2bb5c
Коммит 2d5b2da8e9
+1 -1
Просмотреть файл
@@ -430,7 +430,7 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeTexturePitchAlignment, ///< Pitch alignment requirement for 2D texture references bound to pitched memory;
hipDeviceAttributeTotalConstantMemory, ///< Constant memory size in bytes.
hipDeviceAttributeTotalGlobalMem, ///< Global memory available on devicice.
hipDeviceAttributeUnifiedAddressing, ///< Cuda only. An unified address space shared with the host.
hipDeviceAttributeUnifiedAddressing, ///< An unified address space shared with the host.
hipDeviceAttributeUuid, ///< Cuda only. Unique ID in 16 byte.
hipDeviceAttributeWarpSize, ///< Warp size in threads.
hipDeviceAttributeMemoryPoolsSupported, ///< Device supports HIP Stream Ordered Memory Allocator