Fix typo in 11_texture_driver sample

[ROCm/hip commit: 622362f069]
Tento commit je obsažen v:
Maneesh Gupta
2022-05-13 14:05:35 +05:30
odevzdal GitHub
rodič 0da08a8100
revize 19d22fc198
+1 -1
Zobrazit soubor
@@ -130,7 +130,7 @@ bool runTest(int argc, char** argv) {
inline bool isImageSupported() {
int imageSupport = 1;
#ifdef __HIP_PLATFORM_AMD__
HIPCHECK(hipDeviceGetAttribute(&imageSupport, hipDeviceAttributeImageSupport,
HIP_CHECK(hipDeviceGetAttribute(&imageSupport, hipDeviceAttributeImageSupport,
0));
#endif
return imageSupport != 0;