summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSomeone <else@someonex.net>2024-06-26 23:12:16 +0000
committerGitHub <noreply@github.com>2024-06-26 23:12:16 +0000
commitefcebae492d3960302adced78507e7d106277991 (patch)
tree9d21201989936b32a4baaeb1a4caf12c30aefc76
parent972b4b38bc880140269902f2b096ed8e507ef4cd (diff)
parent07f6955b94b846227d67eb33cf458c6db30fac02 (diff)
Merge pull request #322761 from jeremyschlatter/torch-cuda-test
python3Packages.torch: fix tests.*.gpuCheck
-rw-r--r--pkgs/development/python-modules/torch/gpu-checks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/torch/gpu-checks.nix b/pkgs/development/python-modules/torch/gpu-checks.nix
index d01fffe45cb0..55a4b45f7152 100644
--- a/pkgs/development/python-modules/torch/gpu-checks.nix
+++ b/pkgs/development/python-modules/torch/gpu-checks.nix
@@ -13,7 +13,7 @@ let
torch,
cudaPackages,
}:
- cudaPackages.writeGpuPythonTest
+ cudaPackages.writeGpuTestPython
{
inherit feature;
libraries = [ torch ];