Skip to content

Add type definitions and Change policy to get library

Latest
Compare
Choose a tag to compare
@yuichiis yuichiis released this 25 Apr 15:41

Change in policy on how to obtain CLBlast library

  • Made it standard to obtain the clblast library from the Linux distribution.

  • Documented that Ubuntu 20.04 does not include clblast in the Linux distribution, so there is another download method.

  • Strict file names for shared libraries.

    • Changed to load only libclblast.so.1 on Linux. Development libraries are not allowed.

Complete review of type definitions

  • Type definitions were applied to variables and arguments that did not have type definitions, a legacy of php7.

Add BLAS function

  • Added rotm, rotmg
    • The original clbast library does not implement rot/rotg/rotm/rotmg, but when the clbast library team implements them in the future, the rindow team should be able to call them without doing anything.

Bug when error occurs

  • Fixed minor bugs that occur when errors occur