Reenable texture reference tests

Change-Id: I77024476cff77951d61dc48f7e30094d6b47266c
Этот коммит содержится в:
Vlad Sytchenko
2020-05-22 14:13:50 -04:00
родитель 51b6c1856c
Коммит 355661b5da
6 изменённых файлов: 6 добавлений и 18 удалений
+1 -1
Просмотреть файл
@@ -18,7 +18,7 @@ THE SOFTWARE.
*/
/*HIT_START
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr
* BUILD: %t %s ../test_common.cpp
* TEST: %t
* HIT_END
*/
+1 -1
Просмотреть файл
@@ -22,7 +22,7 @@ THE SOFTWARE.
/* HIT_START
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr
* BUILD: %t %s ../test_common.cpp
* TEST: %t
* HIT_END
*/
+1 -13
Просмотреть файл
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc hcc rocclr
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc hcc
* TEST: %t
* HIT_END
*/
@@ -42,24 +42,12 @@ static float getNormalizedValue(const float value,
return value;
}
#if __HIP__
__hip_pinned_shadow__
#endif
texture<char, hipTextureType1D, hipReadModeNormalizedFloat> texc;
#if __HIP__
__hip_pinned_shadow__
#endif
texture<unsigned char, hipTextureType1D, hipReadModeNormalizedFloat> texuc;
#if __HIP__
__hip_pinned_shadow__
#endif
texture<short, hipTextureType1D, hipReadModeNormalizedFloat> texs;
#if __HIP__
__hip_pinned_shadow__
#endif
texture<unsigned short, hipTextureType1D, hipReadModeNormalizedFloat> texus;
+1 -1
Просмотреть файл
@@ -1,5 +1,5 @@
/* HIT_START
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr
* BUILD: %t %s ../test_common.cpp
* TEST: %t
* HIT_END
*/
+1 -1
Просмотреть файл
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr
* BUILD: %t %s ../test_common.cpp
* TEST: %t
* HIT_END
*/
+1 -1
Просмотреть файл
@@ -21,7 +21,7 @@ THE SOFTWARE.
*/
/* HIT_START
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc rocclr
* BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc
* TEST: %t
* HIT_END
*/