Skip to content

Tags: bazel-contrib/rules_cuda

Tags

v0.2.3

Toggle v0.2.3's commit message
Retry publish to BCR due to #269

v0.2.2

Toggle v0.2.2's commit message
Release of 0.2.2

Release to include various improvements since the release of 0.2.1

v0.2.1

Toggle v0.2.1's commit message
Release of 0.2.1

Fixed rdc and shared library symbol issue found in v0.2.0. `cuda_test` macro
is added.

Known issue:

`cuda_library` with transitive deps marked as `rdc=True` cannot link properly
when some of them are marked as `alwayslink=True`.

v0.2.0

Toggle v0.2.0's commit message
Release of 0.2

cuda runtime dependencies are now linked with the shared libraries with version
suffix. cuda_library now outputs relocatable device code objects, and handles
the transitive device link properly. A more sophisticated example is added.
clang is now properly backed by the integration test and CI. Various bugs are
fixed.

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add publish-to-bcr configuration (#64)

v0.1.1

Toggle v0.1.1's commit message
fix: fix auto-generated release notes sha256

This release adds a new build artifact, rules_cuda-vx.y.z.tar.gz, for
all future releases. This artifact is to be used by http_archive
repository rules. This also fixes the sha256 sum included in the sample
`WORKSPACE` code.

v0.1.0

Toggle v0.1.0's commit message
Initial release! 🎉