python3Packages.triton-cuda.tests.axpy-cuda.gpuCheck: fix by making $HOME writable (#484582)

This commit is contained in:
Someone
2026-01-28 00:28:13 +00:00
committed by GitHub
@@ -258,6 +258,11 @@ buildPythonPackage rec {
ps.triton
ps.torch-no-triton
];
gpuCheckArgs.nativeBuildInputs = [
# PermissionError: [Errno 13] Permission denied: '/homeless-shelter'
writableTmpDirAsHomeHook
];
}
''
# Adopted from Philippe Tillet https://triton-lang.org/main/getting-started/tutorials/01-vector-add.html