Skip to content

Commit

Permalink
Merge pull request #170 from bcressey/bump-neuron
Browse files Browse the repository at this point in the history
kmod-6.1-neuron: update to 2.18.12.0
  • Loading branch information
bcressey authored Oct 2, 2024
2 parents fa2903c + 29ee07f commit cc2e7a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ Subject: [PATCH] kbuild: do not outline atomics for arm64

Signed-off-by: Ben Cressey <[email protected]>
---
usr/src/aws-neuronx-2.17.17.0/Kbuild | 1 +
usr/src/aws-neuronx-2.18.12.0/Kbuild | 1 +
1 file changed, 1 insertion(+)

diff --git a/usr/src/aws-neuronx-2.17.17.0/Kbuild b/usr/src/aws-neuronx-2.17.17.0/Kbuild
diff --git a/usr/src/aws-neuronx-2.18.12.0/Kbuild b/usr/src/aws-neuronx-2.18.12.0/Kbuild
index 11f8490..6535608 100644
--- a/usr/src/aws-neuronx-2.17.17.0/Kbuild
+++ b/usr/src/aws-neuronx-2.17.17.0/Kbuild
--- a/usr/src/aws-neuronx-2.18.12.0/Kbuild
+++ b/usr/src/aws-neuronx-2.18.12.0/Kbuild
@@ -16,3 +16,4 @@ neuron-objs += v3/notific.o v3/neuron_dhal_v3.o

ccflags-y += -O3 -Wall -Werror -Wno-declaration-after-statement -Wunused-macros -Wunused-local-typedefs
Expand Down
4 changes: 2 additions & 2 deletions packages/kmod-6.1-neuron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ package-name = "kmod-6.1-neuron"
releases-url = "https://awsdocs-neuron.readthedocs-hosted.com/en/latest/release-notes/runtime/aws-neuronx-dkms/index.html"

[[package.metadata.build-package.external-files]]
url = "https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-2.17.17.0.noarch.rpm"
sha512 = "8ff07280fc2864677d9401d56939f8b8f8cd59dc1ae9df53d49aced500cd62c3071a61639e9f5381b557d29cc7a2b72be71020f90880680a59d10a1f8b28580b"
url = "https://yum.repos.neuron.amazonaws.com/aws-neuronx-dkms-2.18.12.0.noarch.rpm"
sha512 = "4ed92e661d0ba368eaf8f60e1a68c202062a26819231fcfd42a5ff05d20ad2f34b82b23359a88e80eea22ee5d0056ad769b6febd5d7e7b161da0e36434ba2579"

[build-dependencies]
kernel-6_1 = { path = "../kernel-6.1" }
2 changes: 1 addition & 1 deletion packages/kmod-6.1-neuron/kmod-6.1-neuron.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}kmod-6.1-neuron
Version: 2.17.17.0
Version: 2.18.12.0
Release: 1%{?dist}
Summary: Neuron drivers for the 6.1 kernel
License: GPL-2.0-only
Expand Down

0 comments on commit cc2e7a6

Please sign in to comment.