mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Preload GMM library before tests execution on Windows.
- Fixes massive performance regressions in ult execution time (5x) Change-Id: Idf13f90624309c1b3fb6744f0db3b7567e68fb17
This commit is contained in:

committed by
sys_ocldev

parent
70e85be96a
commit
7437960534
@ -418,7 +418,9 @@ int main(int argc, char **argv) {
|
||||
if (!useMockGmm) {
|
||||
Os::gmmDllName = GMM_LIBRARY_NAME;
|
||||
}
|
||||
std::unique_ptr<OsLibrary> gmmLib(OsLibrary::load(Os::gmmDllName));
|
||||
#endif
|
||||
|
||||
initializeTestHelpers();
|
||||
|
||||
retVal = RUN_ALL_TESTS();
|
||||
|
Reference in New Issue
Block a user