kfdtest: Add Uncached flag to HsaMemoryBuffer constructor

Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Change-Id: I14b0a73ffb04f4798547fe7003de1440736b413d


[ROCm/ROCR-Runtime commit: 44adc3dafd]
This commit is contained in:
Harish Kasiviswanathan
2020-12-27 10:59:07 -05:00
committed by Kent Russell
parent 4935d0f012
commit e140e8f797
2 changed files with 4 additions and 2 deletions
@@ -66,7 +66,7 @@ class HsaMemoryBuffer {
public:
HsaMemoryBuffer(HSAuint64 size, unsigned int node, bool zero = true, bool isLocal = false,
bool isExec = false, bool isScratch = false, bool isReadOnly = false);
bool isExec = false, bool isScratch = false, bool isReadOnly = false, bool isUncached = false);
HsaMemoryBuffer(void *addr, HSAuint64 size);
template<typename RetType>
RetType As() {