Skip to content

Commit

Permalink
Merge pull request #37 from Cldfire/jarek/cuda-11.8
Browse files Browse the repository at this point in the history
Update bindings for CUDA 11.8
  • Loading branch information
Cldfire authored Nov 26, 2022
2 parents e21ff12 + a66f938 commit 6be9c14
Show file tree
Hide file tree
Showing 4 changed files with 1,510 additions and 61 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ This file describes the changes / additions / fixes between wrapper releases, tr

* Wrapper methods are now annotated with the `#[doc(alias = "...")]` attribute to make them searchable by C function name in rustdoc ([#31](https://github.com/Cldfire/nvml-wrapper/pull/31) - @arpankapoor)

### Changed

* `enum_wrappers::device`
* `Brand`
* Added new variants ([#35](https://github.com/Cldfire/nvml-wrapper/pull/35) - @nemosupremo)

### Internal

* SPDX expressions in `Cargo.toml` files have been updated to avoid using the now-deprecated slash syntax ([#32](https://github.com/Cldfire/nvml-wrapper/pull/32) - @KisaragiEffective)

## [0.8.0] (released 2022-05-26)

### Release Summary
Expand Down
2 changes: 2 additions & 0 deletions nvml-wrapper-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file describes the changes / additions / fixes between bindings releases.

## Unreleased

Bindings have been regenerated using the NVML 11.8 header and bindgen 0.63.0.

## 0.6.0 (released 2022-05-26)

### Release Summary
Expand Down
Loading

0 comments on commit 6be9c14

Please sign in to comment.