Skip to content

Commit 286e815

Browse files
averinevgsatyanveshd
authored andcommitted
SWDEV-505769 - Fix typo
Change-Id: I2d3f65ed68157718c4439a9da7d2dcdfcbb9f93d
1 parent fcada73 commit 286e815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocclr/device/rocm/rocdevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@ void* Device::hostAlloc(size_t size, size_t alignment, MemorySegment mem_seg) co
22202220

22212221
stat = hsa_amd_agents_allow_access(gpu_agents_.size(), &gpu_agents_[0], nullptr, ptr);
22222222
if (stat != HSA_STATUS_SUCCESS) {
2223-
LogPrintfError("Fail hsa_amd_agents_alloc_access with err %d", stat);
2223+
LogPrintfError("Fail hsa_amd_agents_allow_access with err %d", stat);
22242224
hostFree(ptr, size);
22252225
return nullptr;
22262226
}

0 commit comments

Comments
 (0)