Skip to main content

Showing 1–2 of 2 results for author: Bassoy, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2108.02025  [pdf, other

    cs.MS cs.CC

    High-Performance Level-1 and Level-2 BLAS

    Authors: Amit Singh, Cem Bassoy

    Abstract: The introduction of the Basic Linear Algebra Subroutine (BLAS) in the 1970s paved the way for different libraries to solve the same problem with an improved approach and hardware. The new BLAS implementation led to High-Performance Computing (HPC) innovation. All the love went to the level 3 BLAS due to its humongous application in different fields, not bounded by computer science. However, level… ▽ More

    Submitted 4 August, 2021; originally announced August 2021.

    Comments: 11 pages, 5 figures

    MSC Class: 68Q17(Primary); 15A99(Secondary)

  2. arXiv:1711.10912  [pdf, other

    cs.MS

    TLib: A Flexible C++ Tensor Framework for Numerical Tensor Calculus

    Authors: Cem Bassoy

    Abstract: Numerical tensor calculus comprise basic tensor operations such as the entrywise addition and contraction of higher-order tensors. We present, TLib, flexible tensor framework with generic tensor functions and tensor classes that assists users to implement generic and flexible tensor algorithms in C++. The number of dimensions, the extents of the dimensions of the tensors and the contraction modes… ▽ More

    Submitted 28 November, 2017; originally announced November 2017.

    Comments: 29 pages

    ACM Class: G.4