Skip to content

v0.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 11:18
· 147 commits to main since this release
17ca7f8

WORKSPACE code

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_cuda",
    sha256 = "dc1f4f704ca56e3d5edd973f98a45f0487d0f28c689d0a57ba236112148b1833",
    strip_prefix = "rules_cuda-v0.1.2",
    urls = ["https://github.com/bazel-contrib/rules_cuda/releases/download/v0.1.2/rules_cuda-v0.1.2.tar.gz"],
)

load("@rules_cuda//cuda:repositories.bzl", "register_detected_cuda_toolchains", "rules_cuda_dependencies")
rules_cuda_dependencies()
register_detected_cuda_toolchains()

What's Changed

  • chore(deps): update actions/upload-artifact action to v3 by @renovate in #58
  • Fix typos and grammar in README.md by @jsharpe in #61
  • Add option to add files to the toolchain configuration by @jsharpe in #59
  • Initial bzlmod support by @jsharpe in #36
  • Allow inl as header suffix. by @liuliu in #62
  • Add publish-to-bcr configuration by @jsharpe in #64

New Contributors

Full Changelog: v0.1.1...v0.1.2