Expand description
Safe wrappers for AOCL-Utils — AMD CPU identification, CPU-feature flag queries, thread pinning, and library version reporting.
Modules§
- cpuid
- Safe wrappers around the AMD AOCL-Utils CPU identification API.
- threads
- Thread-pinning helpers from AOCL-Utils.
- version
- AOCL-Utils library version queries.
Enums§
- Error
- Errors that can be returned by safe AOCL wrappers.
Type Aliases§
- Result
- Crate result alias — used by every
aocl-*safe wrapper crate.