-
Notifications
You must be signed in to change notification settings - Fork 11
/
CHANGELOG
executable file
·41 lines (28 loc) · 1.13 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Changelog
This file contains all changes made to the source code for each release.
## 1.3
#### Changed:
- Kernel design restructured to allow measurement of the whole external channel bandwidth
- Change host parameters to allow configuration of message sizes and repetition counts
## 1.2
#### Added:
- Base implementation tests are now build and linked with the unit test binary
- Support for custom kernel designs
## 1.1.1
#### Changed:
- Converted host code to new OO code
## 1.1
#### Fixes:
- Simplify communication kernels to always send over all channels independent of the message size
- Reorder channel reads and writes in communication kernels
- Fix calculation of the aggregated bandwidth in host code
#### Added:
- A new git submodule for hlslib to utilize the CMake module files included
- Measurement results for the current version in the performance section
#### Removed:
- "cmake" folder in root directory since it is not needed anymore
## 1.0
#### Added:
- Host code and OpenCL kernel
- First performance model for the OpenCL kernel targeting the Bittware 520N board equipped with Stratix 10
- Basic MPI support in the host code