Hello,
I am trying to build and use Pytorch with APL on Windows. The build seems successful, but I get errors such as:
Can you help us identify the problem? Can it be a problem with the build or is it an APL bug?
Hi Chris,
Thanks a lot for the quick reply. Just like you've said, we have been linking against armpl_ilp64 instead of armpl_lp64. Changing it to armpl_lp64 fixed the problem.