Merge branch 'blender-v4.1-release'

This commit is contained in:
Brecht Van Lommel
2024-03-05 19:55:07 +01:00
2 changed files with 7 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ static int hipewHipInit(void) {
/* Library paths. */
#ifdef _WIN32
/* Expected in C:/Windows/System32 or similar, no path needed. */
const char *hip_paths[] = {"amdhip64.dll", NULL};
const char *hip_paths[] = {"amdhip64.dll", "amdhip64_6.dll", NULL};
#elif defined(__APPLE__)
/* Default installation path. */