-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AOCL-Utils 4.2 Release with all updates.
- Loading branch information
Showing
19 changed files
with
978 additions
and
252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,27 @@ Please refer to BUILD.md file for build instructions | |
Currently supported: | ||
|
||
* ISA available/usable | ||
* APIs for SHA,AES and VAES availability | ||
* APIs for RDSEED and RDRND availability | ||
* APIs for AVX2 availability | ||
* APIs for AVX512 foundation and sub-feature flags | ||
* API for cache topology | ||
* API to check following features: | ||
- SHA, AES, and VAES availability | ||
- RDSEED and RDRAND availability | ||
- AVX2 availability | ||
- AVX512 foundation and sub-feature flags | ||
* APIs for cache topology: | ||
- Cache size and line size | ||
- Number of ways and sets | ||
- Number of logical processors sharing cache | ||
- Number of physical partitions | ||
- Fully associative | ||
- Self Initializing | ||
- Cache Inclusive/Exclusive | ||
|
||
## Dependency | ||
|
||
Need explicit linking of stdc++ library while using libaoclutils.a | ||
Needs GCC/Clang compiler versions which supports C11 and C++17 standards. | ||
|
||
## Important notes | ||
Functions/members names may change in upcoming release of AOCL-Utils library. | ||
Functions/members names may change in upcoming release of AOCL-Utils library. | ||
|
||
## Contacts | ||
AOCL-UTILS is developed and maintained by AMD. For any issues/suggestions you can contact us on the email-id [email protected]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.