Skip to content

Latest commit

 

History

History
 
 
<html>
<body>

    <h2>Install Directories</h2>
    <ul>
        <li> Libraries will be installed in <code>/usr/local/lib</code> </li>
        <li> Headers will be installed in <code>/usr/local/include</code> </li>
        <li> Docs and other files will be installed in <code>/usr/local/share</code> </li>
    </ul>

    <h2> Major Updates </h2>
    <ul>
        <li> ArrayFire is now open source</li>
        <li> Major changes to the visualization library</li>
        <li> Introducing handle based C API</li>
        <li> New backend: CPU fallback available for systems without GPUs</li>
        <li> Dense linear algebra functions available for all backends</li>
        <li> Support for 64 bit integers</li>
    </ul>

</body>
</html>