SWDEV-306642 - remove gcnArch from tests

Change-Id: Ibc16aa1bc3507fb583ac9c68394b1ab9b2ba7af4


[ROCm/hip-tests commit: 2c17edbced]
This commit is contained in:
Jatin Chaudhary
2023-08-10 10:50:15 +01:00
committed by Jatin Jaikishan Chaudhary
parent f7276ddfb6
commit acf40cd6df
2 changed files with 0 additions and 2 deletions
@@ -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)
@@ -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") {