SILC: a flexible and environment-independent interface for matrix computation libraries

  • Authors:
  • Tamito Kajiyama;Akira Nukada;Hidehiko Hasegawa;Reiji Suda;Akira Nishida

  • Affiliations:
  • CREST, Japan Science and Technology Agency, Saitama, Japan;CREST, Japan Science and Technology Agency, Saitama, Japan;CREST, Japan Science and Technology Agency, Saitama, Japan;CREST, Japan Science and Technology Agency, Saitama, Japan;CREST, Japan Science and Technology Agency, Saitama, Japan

  • Venue:
  • PPAM'05 Proceedings of the 6th international conference on Parallel Processing and Applied Mathematics
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We propose a new framework, named Simple Interface for Library Collections (SILC), that gives users access to matrix computation libraries in a flexible and environment-independent manner. SILC achieves source-level independence between user programs and libraries by (1) separating a function call into data transfer and a request for computation, (2) requesting the computation by means of mathematical expressions in the form of text, and (3) using a separate memory space to carry out library functions independently of the user programs. Using SILC, users can easily access various libraries without any modification of the user programs. This paper describes the design and implementation of SILC based on a client-server architecture, and presents some experimental results on the performance of the implemented system in different computing environments.