This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Unable to use LAPACK - potrs functions

Hi, 

We have a successful build of Pytorch on Windows with APL. The zpotrs, cpotrs, dpotrs, spotrs and zunqmr, cunmqr, dormqr, sormqr functions are unfortunately unreachable, therefore unusable. They require some major code changes.

So this type of declarations did not work for these.

We had to change the above code to below. 

We also had these types of runtime outputs with the before code : 

   ** On entry to DPOTRS parameter number  1 had an illegal value

Could you assist us in making these functions usable like any others?

0