Skip to content

v0.2.4

Latest
Compare
Choose a tag to compare
@cloudhan cloudhan released this 13 Feb 14:14
· 9 commits to main since this release
6a6d2f1

What's Changed

  • fix(bcr): add basic presubmit yaml by @wep21 in #273
  • style: new version of buildifier will automatically sort load on format, trigger formatting in one pass by @cloudhan in #275
  • replace accesses to cc_toolchain.compiler_executable with calls to cc_toolchain.get_tool_for_action() by @hypdeb in #274
  • Add NVRTC to local_cuda by @Vertexwahn in #289
  • ci: fix ci due to breaking change in bazel 8 by @cloudhan in #297
  • chore: update docs to include v0.2.3 by @cloudhan in #298
  • refactor: split monolithic BUILD.local_cuda into template fragments by @cloudhan in #284
  • fix: add :compiler_deps to cuda_toolchain by @cloudhan in #301
  • feat: add nvjitlink by @cloudhan in #305
  • ci: make chatty by @cloudhan in #306
  • fix: add culibos to cuda_runtime by @cloudhan in #302
  • feat: add nvjpeg by @cloudhan in #304
  • feat: add static version cufft (for device callback) by @cloudhan in #303
  • feat: add compiler_label attr to cuda_toolchain for in repo compiler executable by @cloudhan in #309
  • fix: add rdc filter to cuda_binary by @cloudhan in #310
  • feat: add nppi that groups all nppi_* sub-targets with uber header by @cloudhan in #311
  • Make stardoc in sync with WORKSPACE usage by @udaya2899 in #312
  • fix; Allow cuda_test to specify the data attribute. by @bgianfo in #314
  • test(refactor): make label of rules_cuda repo targets special handling explicit by @cloudhan in #321
  • feat: make sysroot a feature by @cloudhan in #315
  • fix(nvcc): append to cpp_compile PATH by @lukasoyen in #323
  • fix(ci): fix ci pipelines prior updating dependency bazel to v8 by @cloudhan in #320

New Contributors

Full Changelog: v0.2.3...v0.2.4