Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump cupy-cuda100 from 6.0.0b2 to 6.0.0b3 #118

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps cupy-cuda100 from 6.0.0b2 to 6.0.0b3.

Release notes

Sourced from cupy-cuda100's releases.

v6.0.0b3

This is the release note of v6.0.0b3. See here for the complete list of solved issues and merged PRs.

New Features

  • Implement cupy.put and cupy.place (#1787, thanks @​grafi-tt!)
  • Add plan argument to FFT functions in cupyx.scipy.fftpack (#1942 #2033, thanks @​leofang!)
  • Add out argument to ndarray.get for asynchronous device-to-host copy (#1970, thanks @​jeng1220)
  • Add NCCL 2.4 functions (#1992)

Enhancements

  • Remove experimental warning of cupy.fuse (#1379)
  • Support comparing complex-number arrays in cupy.allclose (#1947, thanks @​leofang!)
  • Use version interface in NCCL 2.3.4 (#1985)
  • Enhance error messages of elementwise operation in fusion mode (#2007)
  • Fix vector handling (#2008)
  • Support cuDNN FP16 batch normalization (#2034)
  • Avoid import numpy (#2040)
  • Avoid using pytest attributes during import (#2055)
  • Support Python scalars in iscomplexobj (#1991)

Performance Improvements

  • Improve performance of reduction on outer axis (#2010, thanks @​grafi-tt!)
  • Reduce vector copy in ndarray initialization (#2015)
  • Improve kind score operation (#2017)
  • Improve dictionary operation (#2018)
  • Improve get_ufunc_kernel (#2019)
  • Reduce get_device_id call (#2021)
  • Improve performance of broadcasting in elementwise kernels (#2022)
  • Improve _is_fusing performance (#2023)

Bug Fixes

  • Fix cupy.random.randint fail with size zero (#1967)
  • Call free_all_blocks to free CUDA memory (#1984)
  • Define __dealloc__ instead of __del__ for cdef-classes to fix memory leak (#1995, thanks @​msakai!)
  • Fix NCCL version assignment for NCCL < 2.3.4 (#2009)
  • Fix __array_function__ bug (#2024)
  • Fix usage array function for CuPy modules (#2026, thanks @​pentschev!)
  • Fix random generator seed type (#2036)

Code Fixes

  • Remove duplicate declaration of cudaMalloc (#2028, thanks @​grlee77!)
  • Fix incorrect dtype for ipiv buffer in cupy.linalg.inv (#2043, thanks @​msakai!)

Documentation

... (truncated)
Commits
  • c791526 Merge pull request #2068 from kmaehashi/release-v6.0.0b3-docker
  • 952a5dd bump version in Dockerfile to v6.0.0b3
  • 39fba57 Merge pull request #2064 from cupy/fix-rpath-decl
  • ac648f1 settings may be different for each file in one module
  • feba302 Revert "Merge pull request #2014 from okuta/fix-eliminate-runpath"
  • 8f237bf Merge pull request #2062 from kmaehashi/release-v6.0.0b3
  • 670a260 bump version to v6.0.0b3
  • aba1cf9 Merge pull request #2035 from leofang/fft_plan_arg
  • 202e4e8 Merge pull request #2033 from leofang/fft_plan_arg_backup
  • 6a05422 mark the plan argument experimental
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2019
@weiji14 weiji14 force-pushed the dependabot/pip/cupy-cuda100-6.0.0b3 branch from ed61257 to d324b0d Compare March 15, 2019 14:48
weiji14 pushed a commit that referenced this pull request Mar 15, 2019
Bumps [cupy-cuda100](https://github.com/cupy/cupy) from 6.0.0b2 to 6.0.0b3.
- [Release notes](https://github.com/cupy/cupy/releases)
- [Commits](cupy/cupy@v6.0.0b2...v6.0.0b3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@weiji14 weiji14 changed the base branch from master to dependabot/pip/chainer-6.0.0b3 March 15, 2019 19:42
@weiji14 weiji14 force-pushed the dependabot/pip/cupy-cuda100-6.0.0b3 branch from d324b0d to 81851c2 Compare March 15, 2019 19:49
weiji14 pushed a commit that referenced this pull request Mar 15, 2019
Bumps [cupy-cuda100](https://github.com/cupy/cupy) from 6.0.0b2 to 6.0.0b3.
- [Release notes](https://github.com/cupy/cupy/releases)
- [Commits](cupy/cupy@v6.0.0b2...v6.0.0b3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Bumps [cupy-cuda100](https://github.com/cupy/cupy) from 6.0.0b2 to 6.0.0b3.
- [Release notes](https://github.com/cupy/cupy/releases)
- [Commits](cupy/cupy@v6.0.0b2...v6.0.0b3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@weiji14 weiji14 force-pushed the dependabot/pip/cupy-cuda100-6.0.0b3 branch from 81851c2 to f806243 Compare March 15, 2019 21:35
@weiji14 weiji14 merged commit f806243 into dependabot/pip/chainer-6.0.0b3 Mar 15, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cupy-cuda100-6.0.0b3 branch March 15, 2019 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants