From b2c71c0c52746c2e9fab6ff47b6f8171594766f4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:29:13 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.3 → v19.1.7](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.3...v19.1.7) - [github.com/executablebooks/mdformat: 0.7.18 → 0.7.22](https://github.com/executablebooks/mdformat/compare/0.7.18...0.7.22) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55af0100..651b9f0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v19.1.3 + rev: v19.1.7 hooks: - id: clang-format exclude: macros.hpp @@ -23,7 +23,7 @@ repos: - id: cmake-lint args: ['--line-width=90'] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.18 + rev: 0.7.22 hooks: - id: mdformat args: ['--wrap=80'] From 06ab1f868209d0c8ed51766d57d39384ccd44b31 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:29:20 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- CHANGELOG.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4854bd8e..f6c8b0de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - Expanded tests to cover the new 2D memory operations and FFT support - Removed the `context` from `nvml::Device` constructors -## \[0.8.0\] - 2024-07-05 +## [0.8.0] - 2024-07-05 ### Added @@ -51,7 +51,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - Removed deprecated `cu::Context::setSharedMemConfig` -## \[0.7.0\] - 2024-03-08 +## [0.7.0] - 2024-03-08 ### Added @@ -79,7 +79,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - Fix `cu::Stream::memAllocAsync` returns `cu::DeviceMemory` with initialized size -## \[0.6.0\] - 2023-10-06 +## [0.6.0] - 2023-10-06 ### Changed @@ -89,7 +89,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - Replaced `include_cuda_code` helper with `target_embed_source` - Changed some arguments from native to wrapped type -## \[0.5.0\] - 2023-09-25 +## [0.5.0] - 2023-09-25 ### Added @@ -109,7 +109,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - `getDevice` function of `cu::Context`, use `cu::Device` constructor instead -## \[0.4.0\] - 2023-06-23 +## [0.4.0] - 2023-06-23 ### Added @@ -126,7 +126,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - `cu::Source` class. Use `nvrtc::Program` instead. - Commented out code that was not used (anymore) -## \[0.3.0\] - 2022-03-08 +## [0.3.0] - 2022-03-08 ### Added @@ -141,7 +141,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - Moved usage examples to separate repositories -## \[0.2.0\] - 2022-03-02 +## [0.2.0] - 2022-03-02 ### Added @@ -154,7 +154,7 @@ project adheres to [Semantic Versioning](http://semver.org/). - The name of the repository and the library are now `cudawrappers`. - The folder structure has changed to better separate header and source files. -## \[0.1.0\] - 2022-02-14 +## [0.1.0] - 2022-02-14 ### Added