aocl-utils 0.1.0

Safe Rust wrappers for AOCL-Utils (CPU identification, threading helpers)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# aocl-utils

Safe wrappers for AOCL-Utils — AMD CPU identification (vendor, Zen sub-architecture, x86-64 microarchitecture levels) and threading helpers.

Built on top of [`aocl-utils-sys`](../aocl-utils-sys/).

## Coverage

- `cpuid::is_amd`, `is_zen_family`, `zen_arch`, `x86_64_level`, `vendor_info`.

Threading-pinning and version queries are next.

Dual-licensed under MIT or Apache-2.0.