SWDEV-505971 - change setArgument arg from uint32_t to uint64_t
We are passing this arg as an address, and memcpy complains about
overreading (8 bytes instead of 4).
Change-Id: Ica9207f6c5f6056a4bfc968280c76e779ded13ae
[ROCm/clr commit: a6f2a2c2af]
This commit is contained in:
committed by
Jatin Jaikishan Chaudhary
parent
612ae28524
commit
0830d95f6d
@@ -2513,7 +2513,7 @@ bool KernelBlitManager::streamOpsWait(device::Memory& memory, uint64_t value, si
|
||||
|
||||
// ================================================================================================
|
||||
bool KernelBlitManager::batchMemOps(const void* paramArray, size_t paramSize,
|
||||
uint32_t count) const {
|
||||
uint64_t count) const {
|
||||
amd::ScopedLock k(lockXferOps_);
|
||||
bool result = false;
|
||||
uint blitType = BatchMemOp;
|
||||
|
||||
Reference in New Issue
Block a user