From 89a01fc0ff1cdb4bfc55141ff3604a4b7c7e1148 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 18 Aug 2025 14:46:25 -0500 Subject: [PATCH 1/2] add note about the repo being archived --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f0b25ba..37c1312 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +> [!IMPORTANT] +> The final release of this project was `v0.7.0`. +> Similar functionality is available in `cuda.core`, and for `numba-cuda>=0.16`, +> `numba-cuda` automatically detecst and enable nvjitlink when needed with no explicit configuration. +> See https://docs.rapids.ai/notices/rsn0052/ for details. + #
 pynvjitlink
The [RAPIDS](https://rapids.ai) pynvjitlink library provides a Python binding for the From 7e9a1b6f8d62013fd6b0ba952815bf10ecb8c39d Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 18 Aug 2025 15:34:15 -0500 Subject: [PATCH 2/2] Update README.md Co-authored-by: brandon-b-miller <53796099+brandon-b-miller@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37c1312..86c0b38 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ > [!IMPORTANT] > The final release of this project was `v0.7.0`. > Similar functionality is available in `cuda.core`, and for `numba-cuda>=0.16`, -> `numba-cuda` automatically detecst and enable nvjitlink when needed with no explicit configuration. +> `numba-cuda` automatically detects and enables nvjitlink when needed and available with no explicit configuration. > See https://docs.rapids.ai/notices/rsn0052/ for details. #
 pynvjitlink