kfdtest: Move KFDMemoryTest shaders to ShaderStore

Signed-off-by: Graham Sider <Graham.Sider@amd.com>
Change-Id: I3335ca1f9dbe849233cf85253e0e92b56a20b8c9
This commit is contained in:
Graham Sider
2021-11-02 13:47:01 -04:00
committed by Harish Kasiviswanathan
parent 34ca37d9e8
commit c926d83b5a
5 changed files with 264 additions and 342 deletions
+1 -4
View File
@@ -22,7 +22,6 @@
*/
#include "KFDBaseComponentTest.hpp"
#include "IsaGenerator.hpp"
#ifndef __KFD_MEMORY_TEST__H__
#define __KFD_MEMORY_TEST__H__
@@ -33,15 +32,13 @@
*/
class KFDMemoryTest : public KFDBaseComponentTest {
public:
KFDMemoryTest(void) :m_pIsaGen(NULL) {}
KFDMemoryTest(void) {}
~KFDMemoryTest(void) {}
protected:
virtual void SetUp();
virtual void TearDown();
protected:
IsaGenerator* m_pIsaGen;
void BinarySearchLargestBuffer(int allocNode, const HsaMemFlags &memFlags,
HSAuint64 highMB, int nodeToMap,
HSAuint64 *lastSizeMB);