Hello,
We can help you to compile IPOPT with the appropriate AMD tools.
We have AOCC(AMD optimizing C compiler) and AOCL(AMD optimizing cpu libraries)
Here are links to both the compiler and libraries:
AOCC:https://developer.amd.com/amd-aocc/
AOCL:https://developer.amd.com/amd-aocl/
You will find the BLIS library inside AOCL is probably what you are looking for.
The CPU libraries user guide and compiler quick references will probably also be helpful.
Compiler quick reference: https://developer.amd.com/wordpress/media/2020/04/Compiler%20Options%20Quick%20Ref%20Guide%20for%20A...
Libraries user guide: https://developer.amd.com/wp-content/resources/AOCL_User_Guide_2.1.pdf
You should be able to compile and link in IPOPT just like you would any other library.