python3Packages.triton-cuda.tests.axpy-cuda.gpuCheck: fix by making $HOME writable (#484582)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user