- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2023
11:35 AM
Use AOCL libm in AOCC Fortran
Hi,
is it possible to use AOCL optimized math library libm from Fortran compiler flang in order to speed up math operations in code?
Thank you.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2023
03:05 AM
Hi artu72, Yes you can link AMD LibM - you can use below flags to do the same.
-L/path/aocc-compiler-4.0.0/lib -lalm
Thanks.
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2023
03:05 AM
Hi artu72, Yes you can link AMD LibM - you can use below flags to do the same.
-L/path/aocc-compiler-4.0.0/lib -lalm
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-10-2023
01:55 AM
Thank you!
