-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
Closed
Labels
6.topic: cudaParallel computing platform and APIParallel computing platform and API
Description
Issue description
Build of libcutensor failed on x86_64-linux as of 3df2965. This is currently breaking python3Packages.flax.
error: builder for '/nix/store/jj8w77j2rspi2dsxj0aihn13izrmqk3c-libcutensor-1.7.0.1.drv' failed with exit code 1;
last 10 log lines:
> Running phase: updateAutotoolsGnuConfigScriptsPhase
> Running phase: configurePhase
> no configure script, doing nothing
> Running phase: installPhase
> libcutensor: 11 does not exist, only found:
> ./
> ./LICENSE
> ./include
> ./lib
> This release might not support your CUDA version
For full logs, run 'nix log /nix/store/jj8w77j2rspi2dsxj0aihn13izrmqk3c-libcutensor-1.7.0.1.drv'.
error: 1 dependencies of derivation '/nix/store/brrgn9gnwllpkfarc7r6zxz4ylgw1icc-python3.11-cupy-12.2.0.drv' failed to build
building '/nix/store/i7w3mmgxf50hhd0cxy2dwz0vl1h181gx-pmix-5.0.1.drv'...
error: 1 dependencies of derivation '/nix/store/m1q85aa151wgpdhj00hdzj6afxxkdzpv-python3.11-chainer-7.8.1.post1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/ajsj15svcjkljrjwlffk5x5av40v2a46-python3.11-einops-0.7.0.drv' failed to build
error (ignored): error: cannot unlink '/tmp/nix-build-nccl-2.19.3-1.drv-0': Directory not empty
error: 1 dependencies of derivation '/nix/store/fsvs5w2y4m7gkyby07ff4ca1acvqyjad-python3.11-flax-0.7.5.drv' failed to build
python3Packages.flax maintainers cc: @ndl
libcutensor maintainers cc:
Other cc: n/a
Steps to reproduce
- Checkout nixpkgs at commit 3df2965
- Run
nix-build -A libcutensor
Technical details
- system: `"x86_64-linux"`
- host os: `Linux 6.2.0-1018-azure, Ubuntu, 22.04.3 LTS (Jammy Jellyfish), nobuild`
- multi-user?: `yes`
- sandbox: `yes`
- version: `nix-env (Nix) 2.16.1`
- nixpkgs: `/nix/store/jadg31n06j3jwsmpa4g2bsyk84as3p3i-source`
Contents of ~/.config/nixpkgs/config.nix:
{ allowUnfree = true; cudaSupport = true; cudaCapabilities = ["8.0"]; }
Misc.
This issue was automatically generated by nixpkgs-upkeep.
- CI workflow that created this issue.
- Internal tags: -8357764952149260537 6599417788091131991
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
6.topic: cudaParallel computing platform and APIParallel computing platform and API
Projects
Status
✅ Done