| commit | eabbd5c0365faf8ae497f33939135aae720e7f2b | [log] [tgz] |
|---|---|---|
| author | Anton Kuklin <anton.a.kuklin@gmail.com> | Thu Aug 10 12:32:18 2023 +0000 |
| committer | Gopher Robot <gobot@golang.org> | Mon Aug 14 16:42:18 2023 +0000 |
| tree | 6c2652d9bf84a4cdc9c2a41c99434927a4593c02 | |
| parent | 552c4e81921bc15a070c372bf28ce91e7122c706 [diff] |
cpu: add support for amx detection Added detection for x86 AMX, including AMX-Tile, AMX-INT8 and AMX-BF16 instruction sets. Change-Id: Ib3d663430b64d46b46b22bdd05d40f1992e37ee0 GitHub-Last-Rev: 7986ed6d4f18f81e83bb2e6a782db90443db9de0 GitHub-Pull-Request: golang/sys#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 repository holds supplemental Go packages for low-level interactions with the operating system.
The easiest way to install is to run go get -u golang.org/x/sys. You can also manually git clone the repository to $GOPATH/src/golang.org/x/sys.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the sys repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/sys:” in the subject line, so it is easy to find.