From 2c17edbceda4ec12ceffea0986b45cae88869dff Mon Sep 17 00:00:00 2001 From: Jatin Chaudhary Date: Thu, 10 Aug 2023 10:50:15 +0100 Subject: [PATCH] SWDEV-306642 - remove gcnArch from tests Change-Id: Ibc16aa1bc3507fb583ac9c68394b1ab9b2ba7af4 --- catch/unit/device/hipGetDeviceProperties.cc | 1 - catch/unit/texture/hipNormalizedFloatValueTex.cc | 1 - 2 files changed, 2 deletions(-) diff --git a/catch/unit/device/hipGetDeviceProperties.cc b/catch/unit/device/hipGetDeviceProperties.cc index 05a56dccb0..0c5f207573 100644 --- a/catch/unit/device/hipGetDeviceProperties.cc +++ b/catch/unit/device/hipGetDeviceProperties.cc @@ -311,7 +311,6 @@ TEST_CASE("Print_Out_Properties") { << properties.pageableMemoryAccessUsesHostPageTables << "\n"; #if HT_AMD - std::cout << std::setw(w) << "gcnArch: " << properties.gcnArch << "\n"; std::cout << std::setw(w) << "gcnArchName: " << std::string(properties.gcnArchName, 256) << "\n"; std::cout << std::setw(w) << "asicRevision: " << properties.asicRevision << "\n"; std::cout << std::setw(w) diff --git a/catch/unit/texture/hipNormalizedFloatValueTex.cc b/catch/unit/texture/hipNormalizedFloatValueTex.cc index 2ae5472c71..a8134e1ae2 100644 --- a/catch/unit/texture/hipNormalizedFloatValueTex.cc +++ b/catch/unit/texture/hipNormalizedFloatValueTex.cc @@ -153,7 +153,6 @@ TEST_CASE("Unit_hipNormalizedFloatValueTex_CheckModes") { hipDeviceProp_t props; HIP_CHECK(hipGetDeviceProperties(&props, 0)); INFO("Device :: " << props.name); - INFO("Arch - AMD GPU :: " << props.gcnArch); #endif SECTION("hipNormalizedFloatValueTexture for hipFilterModePoint") {