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 <tobias.klauser@gmail.com> Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
|
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.