SWDEV-219799
Add missing __hip_pinned_shadow__ attribute to the hipModuleTexture2dDrv test.
Change-Id: I2c213a4108611c1af691388f268cac429b81a313
[ROCm/hip commit: b910a7ff26]
This commit is contained in:
committed by
Vladislav Sytchenko
parent
05c26e5aa7
commit
d0db9f5cdf
@@ -21,7 +21,7 @@ THE SOFTWARE.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* HIT_START
|
/* HIT_START
|
||||||
* BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc vdi
|
* BUILD: %t %s ../../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc
|
||||||
* TEST: %t
|
* TEST: %t
|
||||||
* HIT_END
|
* HIT_END
|
||||||
*/
|
*/
|
||||||
@@ -33,6 +33,9 @@ THE SOFTWARE.
|
|||||||
|
|
||||||
#define fileName "tex2d_kernel.code"
|
#define fileName "tex2d_kernel.code"
|
||||||
|
|
||||||
|
#if __HIP__
|
||||||
|
__hip_pinned_shadow__
|
||||||
|
#endif
|
||||||
texture<float, 2, hipReadModeElementType> tex;
|
texture<float, 2, hipReadModeElementType> tex;
|
||||||
bool testResult = false;
|
bool testResult = false;
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ THE SOFTWARE.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* HIT_START
|
/* HIT_START
|
||||||
* BUILD_CMD: tex2d_kernel.code %hc --genco %S/tex2d_kernel.cpp -o tex2d_kernel.code EXCLUDE_HIP_PLATFORM vdi
|
* BUILD_CMD: tex2d_kernel.code %hc --genco %S/tex2d_kernel.cpp -o directed_tests/runtimeApi/module/tex2d_kernel.code
|
||||||
* HIT_END
|
* HIT_END
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user