Report maxTexture1DLinear property

Change-Id: If562bbee80d8b98712806cb8258b5a7482d33bf6
This commit is contained in:
Vladislav Sytchenko
2020-11-05 10:42:18 -05:00
parent f7a0587203
commit fb04bdc4f2
2 ha cambiato i file con 2 aggiunte e 0 eliminazioni
+1
Vedi File
@@ -119,6 +119,7 @@ typedef struct hipDeviceProp_t {
int integrated; ///< APU vs dGPU
int cooperativeLaunch; ///< HIP device supports cooperative launch
int cooperativeMultiDeviceLaunch; ///< HIP device supports cooperative launch on multiple devices
int maxTexture1DLinear; ///< Maximum size for 1D textures bound to linear memory
int maxTexture1D; ///< Maximum number of elements in 1D images
int maxTexture2D[2]; ///< Maximum dimensions (width, height) of 2D images, in image elements
int maxTexture3D[3]; ///< Maximum dimensions (width, height, depth) of 3D images, in image elements