Merge "Adding a break at right spot to fix a bug in tests which got exposed with clang usage" into amd-master-next

[ROCm/hip commit: 2e7319e5a6]
Этот коммит содержится в:
Christophe Paquot
2020-02-19 14:54:15 -05:00
коммит произвёл Gerrit Code Review
родитель c0f13d8ae1 2ac7ab12d4
Коммит 84ed5e2d1e
+1
Просмотреть файл
@@ -291,6 +291,7 @@ hipError_t ihipDeviceGetAttribute(int* pi, hipDeviceAttribute_t attr, int device
break;
case hipDeviceAttributeMaxTexture3DDepth:
*pi = prop->maxTexture3D[2];
break;
case hipDeviceAttributeHdpMemFlushCntl:
{
uint32_t** hdp = reinterpret_cast<uint32_t**>(pi);