You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling recent versions of XLA (we're currently trying to target openxla/xla@665f79f + some small patches) requires CUDA v12.3, but we're hacking our way around to get it compile with CUDA 12.1 and 11.8. However there are some challenges because CUDA itself has strict requirements about the version of GCC you can use with it, and for example for CUDA 11.8 that's GCC v11 maximum. Trying to accommodate that and disabling some XLA components which require newer CUDA versions we arrive at a point where other parts of XLA want a newer GCC version than what CUDA allows, for example
Compiling recent versions of XLA (we're currently trying to target openxla/xla@665f79f + some small patches) requires CUDA v12.3, but we're hacking our way around to get it compile with CUDA 12.1 and 11.8. However there are some challenges because CUDA itself has strict requirements about the version of GCC you can use with it, and for example for CUDA 11.8 that's GCC v11 maximum. Trying to accommodate that and disabling some XLA components which require newer CUDA versions we arrive at a point where other parts of XLA want a newer GCC version than what CUDA allows, for example
The text was updated successfully, but these errors were encountered: