Task-Level Parallelization for HLS
Feature Synopsis
- software simulation (not cycle-accurate)
- Xilinx HLS backend
- HeteroCL frontend
Application Synopsis
| App | Properties | Details | # Streams | # Tasks | # Steps |
|---|---|---|---|---|---|
bandwidth |
static | bandwidth test using async_mmap |
4 | 4 | 1 |
cannon |
static,feedback | Cannon's algorithm | 20 | 7 | 1 |
graph |
dynamic,feedback | connected components | 6 | 3 | 1 |
jacobi |
static | 5-point stencil | 23 | 17 | 1 |
vadd |
static | naïve vector addition | 3 | 4 | 1 |
Getting Started
Prerequisites
- Ubuntu 16.04+ (18.04 recommended)
- Python 3.6+
Install from GitHub
Ubuntu 16.04
You'll need to install Python 3.6 or higher and use that.
sudo tee /etc/apt/sources.list.d/tlp.list <<EOF
deb [arch=amd64] https://about.blaok.me/tlp xenial main
EOF
sudo apt update
sudo apt install -y hlstlp
sudo -H python3.6 -m pip install tlpc
Ubuntu 18.04
sudo tee /etc/apt/sources.list.d/tlp.list <<EOF
deb [arch=amd64] https://about.blaok.me/tlp bionic main
EOF
sudo apt update
sudo apt install -y hlstlp
sudo -H python3 -m pip install tlpc
Install from Source
Build Prerequisites
- CMake 3.13+
- A C++11 compiler
- Google glog library
- Clang headers
Build tlpcc
mkdir build
cd build
cmake ..
make
make test
cd ..
sudo ln -s backend/python/tlpc /usr/local/bin/
sudo ln -s build/backend/tlpcc /usr/local/bin/
Known Issues
- Template functions cannot be tasks
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tlpc-0.0.20200517.1.tar.gz
(29.8 kB
view details)
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
tlpc-0.0.20200517.1-py3.6.egg
(70.1 kB
view details)
File details
Details for the file tlpc-0.0.20200517.1.tar.gz.
File metadata
- Download URL: tlpc-0.0.20200517.1.tar.gz
- Upload date:
- Size: 29.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af68e13dc60eb42247eb6eb56cf5af9b2a91a81cbe9d335818f7b0c984b55ea1
|
|
| MD5 |
a591e0aef764b4ae55ac49bf34f72d04
|
|
| BLAKE2b-256 |
1d0bda853ac4af16d9b4c8c8da699d672b5def6b68b92f653f4fcaf9826fae5b
|
File details
Details for the file tlpc-0.0.20200517.1-py3.6.egg.
File metadata
- Download URL: tlpc-0.0.20200517.1-py3.6.egg
- Upload date:
- Size: 70.1 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8aa4d9d0e3e58fdba1aa033979e287475653ea5f65eded42bae30613aea4153d
|
|
| MD5 |
7e600d4356d98ab2d14f7ca4af54a17a
|
|
| BLAKE2b-256 |
c87a093bd6ba7aa619d90a78d9c32e2eb9e89dba4a9a7d10c51089c9b3d4a119
|
File details
Details for the file tlpc-0.0.20200517.1-py3-none-any.whl.
File metadata
- Download URL: tlpc-0.0.20200517.1-py3-none-any.whl
- Upload date:
- Size: 33.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f43b53dbb668b568f299ce0f341957c7bc23bbc0b29281b783874e11def3ecf8
|
|
| MD5 |
2ce335e99ae678e8e1a0a8c45b2fe4da
|
|
| BLAKE2b-256 |
2f842d232bdc3b0c3567ca8e9ff5705f53b3193118a7821af0d5511882dd34dc
|