mempool | A 256-RISC-V-core system with low-latency access into shared L1 memory
kandi X-RAY | mempool Summary
kandi X-RAY | mempool Summary
mempool is a C library. mempool has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
MemPool is a many-core system targeting image processing applications. It implements 256 RISC-V cores that can access a large, shared L1 memory in at most five cycles. This repository contains the software and hardware of MemPool, as well as infrastructure for compilation and simulation.
MemPool is a many-core system targeting image processing applications. It implements 256 RISC-V cores that can access a large, shared L1 memory in at most five cycles. This repository contains the software and hardware of MemPool, as well as infrastructure for compilation and simulation.
Support
Quality
Security
License
Reuse
Support
mempool has a low active ecosystem.
It has 162 star(s) with 28 fork(s). There are 7 watchers for this library.
It had no major release in the last 12 months.
There are 1 open issues and 4 have been closed. On average issues are closed in 58 days. There are 8 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of mempool is v0.6.0
Quality
mempool has no bugs reported.
Security
mempool has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
mempool is licensed under the Apache-2.0 License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
mempool releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mempool
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of mempool
mempool Key Features
No Key Features are available at this moment for mempool.
mempool Examples and Code Snippets
Copy
# Go to the hardware folder
cd hardware
# Only compile the hardware without running the simulation.
make compile
# Run the simulation with the *hello_world* binary loaded
app=hello_world make sim
# For Halide applications use the `halide-` prefix: E.
Copy
@InProceedings{MemPool2021,
author = {Matheus Cavalcante and Samuel Riedel and Antonio Pullini and Luca Benini},
title = {{MemPool}: A Shared-{L1} Memory Many-Core Cluster with a Low-Latency Interconnect},
booktitle = {2021 Design,
Copy
# Bare-metal applications
cd software/apps
make hello_world
# Halide applications
cd software/halide
make matmul
# Compile with LLVM instead of GCC
make COMPILER=llvm hello_world
# Compile with GCC supporting Xpulpimg instruction set
make COMPILER=
Community Discussions
No Community Discussions are available at this moment for mempool.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install mempool
Make sure you clone this repository recursively to get all the necessary submodules:.
The software/apps folder contains example applications that work on MemPool. MemPool also contains some Halide example applications in the software/halide folder. Run the following command to build an application. E.g., hello_world:. You can also choose the compiler to build the application with using the COMPILER option. The possible options are gcc and llvm, the former being the default.
The software/apps folder contains example applications that work on MemPool. MemPool also contains some Halide example applications in the software/halide folder. Run the following command to build an application. E.g., hello_world:. You can also choose the compiler to build the application with using the COMPILER option. The possible options are gcc and llvm, the former being the default.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page