Missing installation libraries

Hello, I am using windows and from my understanding after reading the getting started guide, the APL installer should provide both static and dynamic variants for libamath and libomp, but in the lib folder there are only amath.dll.lib and libomp.dll.lib. Am I missing something? I tried with both 24.10 and 24.04 

Parents
  • Hello,

    Thanks for your question. I can confirm that what you're seeing is right: Arm PL does currently only provide dynamic versions of libamath and libomp. If you can point us to any documentation which contradicts this we'll get it updated.

    For documentation about libamath on Windows please see the "Get Started with Arm Performance Libraries (Windows version)" guide here:

    https://developer.arm.com/documentation/109361/2410/Optimized-math-routines---libamath?lang=en 

    If you have a specific reason for needing a static version of libamath we'd be interested to hear what that is, so that we can consider including a static build in the future.

    The dynamic libomp is a copy of what is provided by the LLVM toolchain for Windows which has been used to produce the library. I don't believe a standard build of LLVM for Windows provides a static version.

    Best Regards,

    Chris.

Reply
  • Hello,

    Thanks for your question. I can confirm that what you're seeing is right: Arm PL does currently only provide dynamic versions of libamath and libomp. If you can point us to any documentation which contradicts this we'll get it updated.

    For documentation about libamath on Windows please see the "Get Started with Arm Performance Libraries (Windows version)" guide here:

    https://developer.arm.com/documentation/109361/2410/Optimized-math-routines---libamath?lang=en 

    If you have a specific reason for needing a static version of libamath we'd be interested to hear what that is, so that we can consider including a static build in the future.

    The dynamic libomp is a copy of what is provided by the LLVM toolchain for Windows which has been used to produce the library. I don't believe a standard build of LLVM for Windows provides a static version.

    Best Regards,

    Chris.

Children