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 | ||
0.17.1 | ||
0.17.0 | ||
0.16.3 | ||
0.16.2 | ||
0.16.1 | ||
0.16.0 | ||
0.15.3 | ||
0.15.2 | ||
0.15.1 | ||
0.15.0 | ||
0.14.2 | ||
0.14.1 | ||
0.14.0 |
Links
- Source code: https://github.com/ricosjp/monolish/
- Bug reports: https://github.com/ricosjp/monolish/issues
- Releases: https://github.com/ricosjp/monolish/releases
- monolish log viewer: https://pypi.org/project/monolish-log-viewer/
- monolish benchmark result: https://ricosjp.github.io/monolish_benchmark_result/
External projects
- gomalish : Julia interface of monolish
- haskell-monolish : Haskell interface of monolish
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.