[TransferBench] Fixing bug with fine-grained memory allocation (#311)
* Fixing bug with fine-grained memory
이 커밋은 다음에 포함됨:
@@ -764,6 +764,7 @@ void AllocateMemory(MemType memType, int devIndex, size_t numBytes, float** memP
|
||||
}
|
||||
else if (memType == MEM_GPU_FINE)
|
||||
{
|
||||
HIP_CALL(hipSetDevice(devIndex));
|
||||
HIP_CALL(hipExtMallocWithFlags((void**)memPtr, numBytes, hipDeviceMallocFinegrained));
|
||||
}
|
||||
else
|
||||
|
||||
새 이슈에서 참조
사용자 차단