HIP-HCC + Clang fix failing texture tests(SWDEV-223622)
Change-Id: I1c0a7059c6bba1ea2e39dc6634b32d006c07d1f5
[ROCm/hip commit: 9c61a08d25]
This commit is contained in:
committed by
Anusha Godavarthy Surya
szülő
46dd031e2b
commit
a4138dbe3d
@@ -27,6 +27,10 @@ THE SOFTWARE.
|
||||
#define SIZE_H 8
|
||||
#define SIZE_W 12
|
||||
#define TYPE_t float
|
||||
|
||||
#if __HIP__
|
||||
__hip_pinned_shadow__
|
||||
#endif
|
||||
texture<TYPE_t, 2, hipReadModeElementType> tex;
|
||||
|
||||
// texture object is a kernel argument
|
||||
|
||||
Reference in New Issue
Block a user