Hello!I was trying to build PyTorch with APL using MSVC on a Windows machine and I encountered this error:
error LNK2001: unresolved external symbol __divdc3
It seems like __divdc3 is a symbol specific to LLVM and it doesn't exist on MSCV.
Can you tell me if there is a way to make APL compatible with MSVC?
Note that we now have a Get Started guide for the Windows version of Arm PL, which documents more clearly how to link:
https://developer.arm.com/documentation/109361/2310/?lang=en
Chris.