node-feature-discovery icon indicating copy to clipboard operation
node-feature-discovery copied to clipboard

cpu: advertise AVX10 version

Open marquiz opened this issue 1 year ago β€’ 4 comments

Add new cpuid label "feature.node.kubernetes.io/cpu-cpuid.AVX10_VERSION" that advertises the supported version of AVX10 vector ISA. Correspondingly, the patch adds AVX10_VERSION to the "cpu.cpuid" feature for NodeFeatureRules to consume.

This makes cpu.cpuid on amd64 architecture a "multi-type" feature in that it contains "flags" and potentially also "attributes" (the only cpuid attribute so far is the AVX10_VERSION).

marquiz avatar Apr 24 '24 11:04 marquiz

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marquiz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Apr 24 '24 11:04 k8s-ci-robot

Deploy Preview for kubernetes-sigs-nfd ready!

Name Link
Latest commit fa2f008d18ededd77ca0f1239abe54ca3f613d8b
Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-nfd/deploys/6650708d22775c0008a2a7e0
Deploy Preview https://deploy-preview-1673--kubernetes-sigs-nfd.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Apr 24 '24 11:04 netlify[bot]

Depends on #1671 and #1672 /hold

marquiz avatar Apr 24 '24 11:04 marquiz

@marquiz: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-node-feature-discovery-verify-master 311eaf80c5d8ebbc88e3fd317963f44dd256d4d0 link true /test pull-node-feature-discovery-verify-master

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

k8s-ci-robot avatar Apr 24 '24 11:04 k8s-ci-robot

/milestone v0.16

marquiz avatar May 16 '24 14:05 marquiz

#1671 merged /unhold

marquiz avatar May 24 '24 10:05 marquiz

LGTM label has been added.

Git tree hash: 1cadcb0bde888bde98107730446452b1dde7d6ce

k8s-ci-robot avatar May 24 '24 11:05 k8s-ci-robot

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ArangoGutierrez, marquiz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • ~~OWNERS~~ [ArangoGutierrez,marquiz]

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar May 24 '24 11:05 k8s-ci-robot

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 39.54%. Comparing base (814255b) to head (fa2f008).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1673      +/-   ##
==========================================
- Coverage   39.60%   39.54%   -0.07%     
==========================================
  Files          80       80              
  Lines        7141     7152      +11     
==========================================
  Hits         2828     2828              
- Misses       4054     4064      +10     
- Partials      259      260       +1     
Files Coverage Ξ”
source/cpu/cpu.go 26.53% <0.00%> (-0.56%) :arrow_down:
source/cpu/cpuid_amd64.go 0.00% <0.00%> (ΓΈ)

codecov[bot] avatar May 24 '24 11:05 codecov[bot]