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
Add AMD Radeon PRO W7900 (gfx1100) GPU support to the Bazel build system
by adding amdgpu:gfx1100 to the supported_gpus dictionary.
Update bazel/common.MODULE.bazel to include "W7900": "amdgpu:gfx1100" in
the supported_gpus dictionary and add GPU detection mappings for both
"AMD Radeon PRO W7900" and "AMD Radeon Pro W7900" (case variants).
Make generic Navi GPU mappings more specific to avoid conflicts.
The gfx1100 architecture itself was already supported in the Mojo codebase
via sys.info._is_amd_rdna3() which includes gfx1100, but the W7900 GPU
name was missing from the build system's supported GPU list.
0 commit comments