All Projects → ricosjp → monolish

ricosjp / monolish

Licence: Apache-2.0 License
monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture

Programming Languages

C++
36643 projects - #6 most used programming language
shell
77523 projects
Makefile
30231 projects
python
139335 projects - #7 most used programming language
CMake
9771 projects
Cuda
1817 projects

Projects that are alternatives of or similar to monolish

Armadillo Code
Armadillo: fast C++ library for linear algebra & scientific computing - http://arma.sourceforge.net
Stars: ✭ 388 (+133.73%)
Mutual labels:  hpc, matrix, linear-algebra, openmp, scientific-computing, blas
Onemkl
oneAPI Math Kernel Library (oneMKL) Interfaces
Stars: ✭ 122 (-26.51%)
Mutual labels:  cpu, hpc, gpu, cuda, blas
Eigen Git Mirror
THIS MIRROR IS DEPRECATED -- New url: https://gitlab.com/libeigen/eigen
Stars: ✭ 1,659 (+899.4%)
Mutual labels:  matrix, linear-algebra, blas, lapack, sparse-matrix
dbcsr
DBCSR: Distributed Block Compressed Sparse Row matrix library
Stars: ✭ 65 (-60.84%)
Mutual labels:  hpc, linear-algebra, cuda, blas, sparse-matrix
sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications
Stars: ✭ 136 (-18.07%)
Mutual labels:  matrix, scientific-computing, blas, sparse-matrix
Tensor
A library and extension that provides objects for scientific computing in PHP.
Stars: ✭ 146 (-12.05%)
Mutual labels:  matrix, linear-algebra, scientific-computing, lapack
URT
Fast Unit Root Tests and OLS regression in C++ with wrappers for R and Python
Stars: ✭ 70 (-57.83%)
Mutual labels:  openmp, blas, linear-algebra-library, mkl
fml
Fused Matrix Library
Stars: ✭ 24 (-85.54%)
Mutual labels:  hpc, matrix, linear-algebra, blas
Occa
JIT Compilation for Multiple Architectures: C++, OpenMP, CUDA, HIP, OpenCL, Metal
Stars: ✭ 230 (+38.55%)
Mutual labels:  hpc, gpu, openmp, cuda
Arrayfire
ArrayFire: a general purpose GPU library.
Stars: ✭ 3,693 (+2124.7%)
Mutual labels:  hpc, gpu, cuda, scientific-computing
allgebra
Base container for developing C++ and Fortran HPC applications
Stars: ✭ 14 (-91.57%)
Mutual labels:  hpc, gpu, openmp, cuda
gpubootcamp
This repository consists for gpu bootcamp material for HPC and AI
Stars: ✭ 227 (+36.75%)
Mutual labels:  hpc, gpu, openmp, cuda
linnea
Linnea is an experimental tool for the automatic generation of optimized code for linear algebra problems.
Stars: ✭ 60 (-63.86%)
Mutual labels:  linear-algebra, blas, lapack
bandicoot-code
Bandicoot: GPU accelerator add-on for the Armadillo C++ linear algebra library
Stars: ✭ 21 (-87.35%)
Mutual labels:  linear-algebra, scientific-computing, linear-algebra-library
linalg
Linear algebra library based on LAPACK
Stars: ✭ 42 (-74.7%)
Mutual labels:  matrix, linear-algebra, lapack
intel-mkl-src
Redistribute Intel MKL as a crate
Stars: ✭ 52 (-68.67%)
Mutual labels:  blas, lapack, mkl
eigen
Owl's OCaml Interface to Eigen3 C++ Library
Stars: ✭ 30 (-81.93%)
Mutual labels:  matrix, linear-algebra, sparse-matrix
mfi
Modern Fortran Interfaces to BLAS and LAPACK
Stars: ✭ 31 (-81.33%)
Mutual labels:  linear-algebra, blas, lapack
mir-glas
[Experimental] LLVM-accelerated Generic Linear Algebra Subprograms
Stars: ✭ 99 (-40.36%)
Mutual labels:  matrix, blas, lapack
peakperf
Achieve peak performance on x86 CPUs and NVIDIA GPUs
Stars: ✭ 33 (-80.12%)
Mutual labels:  cpu, gpu, cuda

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture

monolish is a linear equation solver library that monolithically fuses variable data type, matrix structures, matrix data format, vendor specific data transfer APIs, and vendor specific numerical algebra libraries.

monolish let developer forget about:

  • Performance tuning
  • Processor differences which execute library (Intel CPU, NVIDIA GPU, AMD CPU, ARM CPU, NEC SX-Aurora TSUBASA, etc.)
  • Vendor specific data transfer APIs (host RAM to Device RAM)
  • Finding bottlenecks and performance benchmarks
  • The argument data type of matrix/vector operations
  • Matrix structures and storage formats
  • Cumbersome package dependency

Documents

monolish version Release Note Document
master badge badge
0.15.3 badge badge
0.15.2 badge badge
0.15.1 badge badge
0.15.0 badge badge
0.14.2 badge badge
0.14.1 badge badge
0.14.0 badge badge

Links

External projects

License

Copyright 2021 RICOS Co. Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].