kfdtest: Remove useless test cases

Those tests are actually did not function up to its expectation because
some underlying functions such as suspend/resume and disable/enable KFD
were not implemented. Those interfaces would never be implemented, so
delete them.

Change-Id: Ib5872ba2f35e307221e43791cda1782c6b6bb4d1
Signed-off-by: Yong Zhao <Yong.Zhao@amd.com>


[ROCm/ROCR-Runtime commit: 09d192802a]
This commit is contained in:
Yong Zhao
2019-08-16 19:43:35 -04:00
committed by Yong Zhao
parent 9b1e0f5a5e
commit cc050951de
6 changed files with 0 additions and 188 deletions
@@ -102,11 +102,6 @@ HSAuint64 GetSystemTickCountInMicroSec();
*/
bool SuspendAndWakeUp();
void AcquirePrivilege(OS_PRIVILEGE priv);
void DisableKfd();
void EnableKfd();
bool ReadDriverConfigValue(CONFIG_VALUE config, unsigned int& rValue);
bool GetCommandLineArguments(int argc, char **argv, CommandLineArguments& rArgs);