Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ determains how the toolchains are detected.
Add the following to your `MODULE.bazel` file and replace the placeholders with actual values.

```starlark
bazel_dep(name = "rules_cuda", version = "0.2.1")
bazel_dep(name = "rules_cuda", version = "0.2.4")

# pick a specific version (this is optional an can be skipped)
archive_override(
Expand All @@ -47,7 +47,7 @@ archive_override(
strip_prefix = "rules_cuda-{git_commit_hash}",
)

cuda = use_extension("@rules_cuda//cuda:extensions.bzl", "toolchain")
cuda = use_extension("@rules_cuda//cuda:extensions.bzl", "toolkit")
cuda.toolkit(
name = "local_cuda",
toolkit_path = "",
Expand Down