kfdtest: Move KFDMemoryTest shaders to ShaderStore
Signed-off-by: Graham Sider <Graham.Sider@amd.com> Change-Id: I3335ca1f9dbe849233cf85253e0e92b56a20b8c9
This commit is contained in:
committed by
Harish Kasiviswanathan
parent
34ca37d9e8
commit
c926d83b5a
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user