Skip to content

Releases: Jimver/cuda-toolkit

v0.2.7

14 May 13:49
290bace
Compare
Choose a tag to compare

Bumped a lot of dependencies.

What's Changed

New Contributors

Full Changelog: v0.2.6...v0.2.7

v0.2.6

12 May 20:27
578b09a
Compare
Choose a tag to compare
  • Use the new apt signing key (#27) which fixes failing linux builds, credits to @mmp and @jandom for the discovery and hints to the solution
  • Add new CUDA versions:
    • 11.7.0
    • 11.6.2
    • 11.6.1
    • 11.6.0
    • 11.5.2

What's Changed

Full Changelog: v0.2.5...v0.2.6

v0.2.5

30 Nov 23:25
2db19f4
Compare
Choose a tag to compare

Changes

  • Add new links for 11.5.0, thanks to @mmp!
  • Add 11.5.1
  • Added some missing links for older versions (several windows local links were missing)
  • Default cuda version is now updated to 11.5.1

Behind the scenes

  • More tests
  • Update dependencies
  • Fix lint errors from new github eslint rules

v0.2.4

15 Jul 18:11
6c43151
Compare
Choose a tag to compare

Changes

  • Add new links to version 11.4

v0.2.3

30 Jun 13:45
af2e079
Compare
Choose a tag to compare
  • Added new links for 10.0 versions by @zingdle

v0.2.2

11 Jun 13:01
53b8e11
Compare
Choose a tag to compare
  • Add new link for version 11.3.1 thanks to @anders-wind
  • Fix for detecting CUDA with CMake #1, also thanks to @anders-wind
  • Fix a small CI issue using old arguments

v0.2.1

24 Mar 10:28
090906c
Compare
Choose a tag to compare
  • Fix action description to remove old note that network was not implemented on linux
  • Fix README to use new version number in example and renamed old subPackages reference to sub-packages

v0.2.0

24 Mar 00:21
85059ee
Compare
Choose a tag to compare
  • Add apt install functionality (network method on Linux runners)
  • Fix incorrect default sub packages values
  • Documentation improvements

v0.1.0 First alpha release

14 Mar 22:12
9eb56dc
Compare
Choose a tag to compare
  • This is the initial alpha release of the cuda-toolkit action.
  • It is tested to work on windows-2019 and ubuntu-20.04 runners