Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 07:16
· 7 commits to main since this release

Using WORKSPACE

Paste this snippet into your file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_oidn",
    sha256 = "21aeef6e992c412534dcc275607649a9e6cdc0e6a14cd45c491951676fa70a76",
    strip_prefix = "rules_oidn-0.0.1",
    url = "https://github.com/Vertexwahn/rules_oidn/releases/download/v0.0.1/rules_oidn-v0.0.1.tar.gz",
)

What's Changed

  • correct definition of defines to onednn library required for correct … by @parvit in #12

New Contributors

Full Changelog: https://github.com/Vertexwahn/rules_oidn/commits/v0.0.1