summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cupy (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: fix typos in comments•••Made with ```shell git restore . fd '\.nix$' pkgs/ --type f -j1 -x bash -xc "$(cat <<"EOF" typos --no-check-filenames --write-changes "$1" git diff --exit-code "$1" && exit #( git diff "$1" | grep -qE "^\+ +[^# ]") && git restore "$1" count1="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> ' | wc -l )" count2="$( bat --language nix --diff --style changes "$1" --theme "Monokai Extended" --color always | aha --no-header | grep -E '^<span style="color:olive;">~</span> (<span style="color:#f8f8f2;"> *</span>)?<span style="color:#75715e;">.*</span>$' | wc -l )" [[ $count1 -ne $count2 ]] && git restore "$1" EOF )" -- {} ``` and filtered with `GIT_DIFF_OPTS='--unified=15' git -c interactive.singleKey=true add --patch` I initially tried using the tree-sitter cli, python bindings and even ast-grep through various means, but this is what I ended up with. Peder Bergebakken Sundt2025-02-241-1/+1
* python3Packages.cupy: format with nixfmtPavol Rusnak2025-02-021-18/+28
* python3Packages.cupy: drop upstreamed patchPavol Rusnak2025-02-021-8/+0
* python3Packages.cupy: make cuda_nvprof, cutensor and nccl optionalConroy Cheers2025-02-021-1/+10
* python3Packages.cupy: update build toolchainConroy Cheers2025-02-021-1/+3
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* python3Packages.cupy: 13.2.0 -> 13.3.0•••https://github.com/cupy/cupy/releases/tag/v13.3.0 Martin Weinelt2024-10-131-3/+3
* Merge branch 'master' into stagingVladimír Čunát2024-07-111-11/+23
|\
| * python3Packages.cupy: fix symlink join for buildcfhammill2024-07-101-4/+5
| * cupy: 13.0->13.2, patch to find libcudart-staticcfhammill2024-07-091-7/+18
* | Merge staging-next into staginggithub-actions[bot]2024-07-041-2/+1
|\|
| * Merge branch 'master' into staging-next•••Conflicts - GitHub wouldn't auto-resolve them but my local git did: pkgs/development/cuda-modules/cuda/overrides.nix Vladimír Čunát2024-07-041-2/+1
| |\
| | * treewide: cuda: use propagatedBuildInputs, lib.getOutputSomeone Serge2024-07-021-2/+1
* | | treewide: use addDriverRunpath•••Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> Sefa Eyeoglu2024-06-301-3/+3
|/ /
* / python3Packages.cupy: 13.0.0 -> 13.2.0•••https://github.com/cupy/cupy/releases/tag/v13.2.0 Martin Weinelt2024-06-241-2/+2
|/
* treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-14/+15
* python3Packages.cupy: 12.3.0 -> 13.0.0•••https://github.com/cupy/cupy/releases/tag/v13.0.0 Martin Weinelt2024-03-121-2/+2
* python310Packages.cupy: 12.2.0 -> 12.3.0R. Ryantm2023-12-181-2/+2
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* python3Packages.cupy: fix (use older cutensor)Someone Serge2023-12-041-9/+37
* python310Packages.cupy: 12.1.0 -> 12.2.0R. Ryantm2023-08-091-2/+2
* python310Packages.cupy: 12.0.0 -> 12.1.0R. Ryantm2023-06-171-2/+2
* python310Packages.cupy: 11.5.0 -> 12.0.0R. Ryantm2023-05-211-2/+2
* Merge pull request #211870 from r-ryantm/auto-update/python310Packages.cupy•••python310Packages.cupy: 11.4.0 -> 11.5.0Fabian Affolter2023-01-221-7/+16
|\
| * python310Packages.cupy: fix lint issueFabian Affolter2023-01-221-1/+1
| * python310Packages.cupy: disable on unsupported Python releasesFabian Affolter2023-01-211-4/+3
| * python310Packages.cupy: add changelog to metaFabian Affolter2023-01-211-4/+14
| * python310Packages.cupy: 11.4.0 -> 11.5.0R. Ryantm2023-01-211-2/+2
* | treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
|/
* python3Packages.cupy: 11.2.0 -> 11.4.0Martin Weinelt2023-01-051-2/+2
* python3Packages.cupy: 11.1.0 -> 11.2.0, mark as not broken•••cupy now builds and appears to pass basic smoke tests with an upgraded version of cutensor Thomas Watson2022-10-211-5/+2
* python3Packages.cupy: 10.6.0 -> 11.1.0Martin Weinelt2022-09-181-2/+2
* python3Packages.cupy: mark as brokenSamuel Ainsworth2022-08-051-0/+3
* python3Packages.cupy: 10.3.1 -> 10.6.0Martin Weinelt2022-07-211-2/+2
* python310Packages.cupy: 10.2.0 -> 10.3.1R. Ryantm2022-04-101-2/+2
* cudaPackages: overhaul of how we package cuda packages•••There are many different versions of the `cudatoolkit` and related cuda packages, and it can be tricky to ensure they remain compatible. - `cudaPackages` is now a package set with `cudatoolkit`, `cudnn`, `cutensor`, `nccl`, as well as `cudatoolkit` split into smaller packages ("redist"); - expressions should now use `cudaPackages` as parameter instead of the individual cuda packages; - `makeScope` is now used, so it is possible to use `.overrideScope'` to set e.g. a different `cudnn` version; - `release-cuda.nix` is introduced to easily evaluate cuda packages using hydra. Frederik Rietdijk2022-04-091-6/+4
* python3Packages.cupy: parallel buildSamuel Ainsworth2022-04-011-0/+7
* python3Packages.cupy: cudatoolkit consistencySamuel Ainsworth2022-04-011-0/+4
* python310Packages.cupy: 10.1.0 -> 10.2.0R. Ryantm2022-02-261-2/+2
* python39Packages.cupy: 9.6.0 -> 10.1.0R. Ryantm2022-01-211-2/+2
* python38Packages.cupy: 9.5.0 -> 9.6.0R. Ryantm2021-11-141-2/+2
* python38Packages.cupy: 9.4.0 -> 9.5.0R. RyanTM2021-09-301-2/+2
* python3Packages.cupy: 8.6.0 -> 9.4.0Martin Weinelt2021-09-051-2/+2
* python3Packages.cupy: 8.5.0 -> 8.6.0Martin Weinelt2021-06-211-2/+2
* python3Packages.cupy: 8.40 -> 8.5.0•••While we are at it, also switch to using CUDA 11, and properly use the cuda toolkit stubs instead of improperly linking a specific version of the Nvidia drivers. John Ericson2021-03-231-13/+27
* python37Packages.cupy: Add cutensor optional depJohn Ericson2021-03-171-1/+2
* python37Packages.cupy: 8.3.0 -> 8.4.0R. RyanTM2021-01-281-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2