Page MenuHomeFreeBSD

new port: math/blis
ClosedPublic

Authored by jmd on May 19 2017, 2:49 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 18 2024, 2:56 PM
Unknown Object (File)
Feb 18 2024, 2:55 PM
Unknown Object (File)
Feb 18 2024, 2:55 PM
Unknown Object (File)
Feb 18 2024, 2:05 PM
Unknown Object (File)
Nov 23 2023, 12:35 PM
Unknown Object (File)
Nov 23 2023, 12:35 PM
Unknown Object (File)
Nov 23 2023, 12:33 PM
Unknown Object (File)
Nov 23 2023, 12:28 PM
Subscribers

Details

Summary

BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a BSD3CLAUSE. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. (from their github)

All of the above is great news for us, as there is no Fortran requirement in the port to get a BLAS!

Notes:

  • currently BLIS can only be compiled for one architecture, i.e., we are by default compiling for "reference" (the slowest option). developers are aware of the issue this brings for packaging and are working on it.
  • the user can select a bunch of amd64 optimized architectures for custom ports builds
  • BLIS supports serial/OpenMP/pthreads parallelization. OpenMP is in a somewhat broken state in ports ATM, so it's serial or pthreads (default) for now
  • CBLAS interface is on by default
  • BLAS "standard" interface is implicitly on
Test Plan

poudriere tested on 10.3, 11.0, HEAD amd64 and i386.

portlint -Aac clean

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 19 2017, 3:30 PM
This revision was automatically updated to reflect the committed changes.