SWDEV-422544 - change comment for hipDeviceAttributeUnifiedAddressing

Change-Id: Id901b3e850eafd7c61f6d15b13fe07ba615e078a


[ROCm/hip commit: 2d5b2da8e9]
Cette révision appartient à :
Todd tiantuo Li
2023-09-19 06:22:03 -07:00
Parent 6f1ac2aa53
révision 909a8f5345
+1 -1
Voir le fichier
@@ -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