SWDEV-508979 - Match hipModuleLoad negative return with Cuda (#326)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a46ed60e2e
Коммит
7a357800dd
@@ -210,7 +210,7 @@ hipError_t FatBinaryInfo::ExtractFatBinaryUsingCOMGR(const std::vector<hip::Devi
|
||||
|
||||
// If the file name exists but the file size is 0, the something wrong with the file or its path
|
||||
if (ufd_->fsize_ == 0) {
|
||||
return hipErrorInvalidValue;
|
||||
return hipErrorInvalidImage;
|
||||
}
|
||||
|
||||
// If image_ is nullptr, then file path is passed via hipMod* APIs, so map the file.
|
||||
|
||||
Ссылка в новой задаче
Block a user