SWDEV-338376 - Driver Alias for Resourcetype (#2821)

Change-Id: I621fe95020a3b2d82034cf5979e834b6e13f2981

[ROCm/hip commit: d029b1e039]
This commit is contained in:
ROCm CI Service Account
2022-07-26 11:47:18 +05:30
committed by GitHub
parent 1cc7e34fe2
commit e0810e7eaf
+1 -1
View File
@@ -142,7 +142,7 @@ typedef enum HIPresourcetype_enum {
HIP_RESOURCE_TYPE_MIPMAPPED_ARRAY = 0x01, /**< Mipmapped array resource */
HIP_RESOURCE_TYPE_LINEAR = 0x02, /**< Linear resource */
HIP_RESOURCE_TYPE_PITCH2D = 0x03 /**< Pitch 2D resource */
} HIPresourcetype;
} HIPresourcetype, hipResourcetype;
/**
* hip address modes
*/