kfdtest: Enable more tests on gfx802

A number of tests are no longer broken on gfx802.

Change-Id: If70c77423f8f14de59490ab8ca156b0c4e7b5cf1
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>


[ROCm/ROCR-Runtime commit: 8f91d6a222]
This commit is contained in:
Felix Kuehling
2019-08-30 00:20:21 -04:00
parent 36b4574427
commit 89999a5a0e
2 changed files with 1 additions and 12 deletions
@@ -432,11 +432,6 @@ TEST_F(KFDMemoryTest, AccessPPRMem) {
// Linux OS-specific Test for registering OS allocated memory
TEST_F(KFDMemoryTest, MemoryRegister) {
const HsaNodeProperties *pNodeProperties = m_NodeInfo.HsaDefaultGPUNodeProperties();
if (isTonga(pNodeProperties)) {
LOG() << "Skipping test: Workaround in thunk for Tonga causes failure." << std::endl;
return;
}
TEST_START(TESTPROFILE_RUNALL)
int defaultGPUNode = m_NodeInfo.HsaDefaultGPUNode();