Skip to content

Commit

Permalink
Merge pull request #196784 from Homebrew/bump-onednn-3.6.1
Browse files Browse the repository at this point in the history
onednn 3.6.1
  • Loading branch information
BrewTestBot authored Nov 6, 2024
2 parents 53db7df + 93f8579 commit 06f660d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/o/onednn.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Onednn < Formula
desc "Basic building blocks for deep learning applications"
homepage "https://www.oneapi.io/open-source/"
url "https://github.com/oneapi-src/oneDNN/archive/refs/tags/v3.6.tar.gz"
sha256 "20c4a92cc0ae0dc19d3d2beca0e357b1d13a5a3af9890a2cc3e41a880e4a0302"
url "https://github.com/oneapi-src/oneDNN/archive/refs/tags/v3.6.1.tar.gz"
sha256 "a370e7f25dbf05c9c151878c53556f27d0cbe7a4f909747db6e4b2d245f533cb"
license "Apache-2.0"
head "https://github.com/oneapi-src/onednn.git", branch: "master"

Expand All @@ -12,12 +12,12 @@ class Onednn < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "fb357a7d8d4e660ec0bdb87021c74709d6f12b8b751eae5577ed4eaf05e5ddd2"
sha256 cellar: :any, arm64_sonoma: "d44563b82a6a8d60fd8b10b6b84838480f853a945b3c1680c610bea1647a25a4"
sha256 cellar: :any, arm64_ventura: "fc73a3f2ea4c75e02bed8fb850b6704b0a427e6fd78000baff7f11d2ba916e74"
sha256 cellar: :any, sonoma: "2569e1c502d32692301cd0058a2ce0cc6a4052c986857a72e08ec97b7195a03c"
sha256 cellar: :any, ventura: "2c44e140855db6e46d8d5ea5df9bedc5a814ebc3189abc7059238666e2f5b3c0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f9aea6669abe6b3c8f78c00ad7d09f70cad33eaad9837d0c933a5d9d8d1133bc"
sha256 cellar: :any, arm64_sequoia: "d71f88776981176f6634276f99369fd30ff814edcc858aa06a4be6fe2221ebf7"
sha256 cellar: :any, arm64_sonoma: "ba9cce091b4f962fef833e56bfd1a42a6e74120e7aafbb5e85abadaf84224551"
sha256 cellar: :any, arm64_ventura: "22bd1bb22e9cede78d35d8a0a9e0131253b86904c6b4028791b6168815f1f96c"
sha256 cellar: :any, sonoma: "d39e8769e0a1238a0c6a4aba7d8e9c8f34661edcfbc299877f41896355803955"
sha256 cellar: :any, ventura: "24e279a47b585fcede217f15a7dfca2d6211c9066ad8d5eaa016317954b910c8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c7be5e465fa54c9024aab70640b1faf612f716c34cf098c4075fab9790b392be"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 06f660d

Please sign in to comment.