-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cpu: add support for amx detection #170
Conversation
Added detection for x86 AMX detection, including AMX-Tile, AMX-INT8 and AMX-BF16 instruction sets.
This PR (HEAD: 7ee8ef4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/516815. Important tips:
|
This PR (HEAD: a243dce) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/516815. Important tips:
|
Message from Tobias Klauser: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
Message from Anton Kuklin: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
This PR (HEAD: 7986ed6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/sys/+/516815. Important tips:
|
Message from Tobias Klauser: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
Message from Anton Kuklin: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
Message from Tobias Klauser: Patch Set 4: Auto-Submit+1 Code-Review+2 Run-TryBot+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
Message from Gopher Robot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
Message from Gopher Robot: Patch Set 4: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
Message from Michael Knyszek: Patch Set 4: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/516815. |
Added detection for x86 AMX, including AMX-Tile, AMX-INT8 and AMX-BF16 instruction sets. Change-Id: Ib3d663430b64d46b46b22bdd05d40f1992e37ee0 GitHub-Last-Rev: 7986ed6 GitHub-Pull-Request: #170 Reviewed-on: https://go-review.googlesource.com/c/sys/+/516815 Reviewed-by: Tobias Klauser <[email protected]> Auto-Submit: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
This PR is being closed because golang.org/cl/516815 has been merged. |
Added detection for x86 AMX,
including AMX-Tile, AMX-INT8 and AMX-BF16
instruction sets.