mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
Buildbot: Allow specifying explicit HIP version for Linux
Previously it was a single version specification which was only used by Windows. In practice we actually have two different SDKs for Linux and Windows. This change makes it possible to specify explicit HIP version for Linux which could be different from Windows. No functional changes expected, the same HIP SDK version is used, just explicitly. Ref #131976 Pull Request: https://projects.blender.org/blender/blender/pulls/132694
This commit is contained in:
parent
29e8c0ac01
commit
db6606dab9
1 changed files with 4 additions and 1 deletions
|
@ -13,7 +13,10 @@ buildbot:
|
|||
cuda12:
|
||||
version: '12.1.1'
|
||||
hip:
|
||||
version: '5.7.32000'
|
||||
windows:
|
||||
version: '5.7.32000'
|
||||
linux:
|
||||
version: '6.1.3'
|
||||
optix:
|
||||
version: '7.4.0'
|
||||
ocloc:
|
||||
|
|
Loading…
Reference in a new issue