SWDEV-448989 - Check image support.
Change-Id: Id245c3f348c6c7b4146224f93534443f93a01a9d
[ROCm/hip-tests commit: bffc913f8c]
This commit is contained in:
gecommit door
Rakesh Roy
bovenliggende
90f5e7bf0c
commit
fed7008230
@@ -52,6 +52,7 @@ THE SOFTWARE.
|
||||
* - HIP_VERSION >= 5.2
|
||||
*/
|
||||
TEST_CASE("Unit_hipGraphAddMemcpyNode_Positive_Basic") {
|
||||
CHECK_IMAGE_SUPPORT
|
||||
constexpr bool async = false;
|
||||
|
||||
SECTION("Device to host") { Memcpy3DDeviceToHostShell<async>(Memcpy3DWrapper<async, true>); }
|
||||
|
||||
@@ -50,6 +50,7 @@ THE SOFTWARE.
|
||||
* - HIP_VERSION >= 5.2
|
||||
*/
|
||||
TEST_CASE("Unit_hipGraphMemcpyNodeGetParams_Negative_Parameters") {
|
||||
CHECK_IMAGE_SUPPORT
|
||||
constexpr hipExtent extent{128 * sizeof(int), 128, 8};
|
||||
|
||||
LinearAllocGuard3D<int> src_alloc(extent);
|
||||
|
||||
@@ -52,6 +52,7 @@ THE SOFTWARE.
|
||||
* - HIP_VERSION >= 5.2
|
||||
*/
|
||||
TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Positive_Basic") {
|
||||
CHECK_IMAGE_SUPPORT
|
||||
constexpr bool async = false;
|
||||
|
||||
SECTION("Device to host") {
|
||||
|
||||
Verwijs in nieuw issue
Block a user