Revert "SWDEV-505971 - change setArgument arg from uint32_t to uint64_t"
This reverts commit0830d95f6d. Reason for revert: There needs to be memcpy size change Change-Id: If4f51769731e54743ac705b19b4f81b2d5925d5a [ROCm/clr commit:446ed661a0]
This commit is contained in:
@@ -2513,7 +2513,7 @@ bool KernelBlitManager::streamOpsWait(device::Memory& memory, uint64_t value, si
|
||||
|
||||
// ================================================================================================
|
||||
bool KernelBlitManager::batchMemOps(const void* paramArray, size_t paramSize,
|
||||
uint64_t count) const {
|
||||
uint32_t count) const {
|
||||
amd::ScopedLock k(lockXferOps_);
|
||||
bool result = false;
|
||||
uint blitType = BatchMemOp;
|
||||
|
||||
Reference in New Issue
Block a user