devices.pc: disable rocm support since RDNA3.5 was not supported

This commit is contained in:
2025-09-19 19:29:43 +08:00
parent c030b363d4
commit b6116d7c0c

View File

@@ -28,7 +28,7 @@ inputs:
# SERIALIZE SGX WAITPKG WIDEKL XSAVE XSAVEOPT
"alderlake"
];
nixpkgs = { march = "znver5"; rocm = true; };
nixpkgs = { march = "znver5"; rocm = false; };
sysctl.laptop-mode = 5;
kernel.variant = "xanmod-latest";
};