SWDEV-245503 - Improve hipModuleLoad performance
Change-Id: Icbcd37d9b4e6d79f296cc8693edf25689b19fa11
Αυτή η υποβολή περιλαμβάνεται σε:
υποβλήθηκε από
Anusha Godavarthy Surya
γονέας
6780a9ac66
υποβολή
e914f281ff
@@ -2002,7 +2002,7 @@ bool Program::setBinary(const char* binaryIn, size_t size, const device::Program
|
||||
if (same_dev_prog != nullptr) {
|
||||
compileOptions_ = same_dev_prog->compileOptions();
|
||||
linkOptions_ = same_dev_prog->linkOptions();
|
||||
} else {
|
||||
} else if (!amd::IS_HIP) {
|
||||
clBinary()->loadCompileOptions(compileOptions_);
|
||||
clBinary()->loadLinkOptions(linkOptions_);
|
||||
}
|
||||
|
||||
Αναφορά σε νέο ζήτημα
Block a user