Commit b1616a6
authored
Batch and SVM (#2)
* toggle interleaving using cmd line args, svm init
* modified tests based on interleaving args
* enabled fast emulation
* Working svm host code
* Buffer locations attribute in fft3d kernel
* working batch fft3d svm
* working 3D FFT with bitrev diagonal transpose
* loop coalesced fft kernels
* fft3d: single loop dbl buffered fetch
* fft3d: fetch_transpose working
* Buffer location in stores
- buffer location to enable DDR stores in SVM,
- print iteration wise performance measurments
- modify kernel names in host to match the kernel
* FFT2d: bram dbl buf and single loop
* correct svm buffer flags, init output buffer, fft1d iter
* clFinish stms in DDR buffer reads
* FFT3D: separated svm and ddr
* FFT3D: Working opt bram transpose, bool instead of int
* FFT3D: renamed bram transpose files, dependencies
* CI: fixed host executable names
* FFT1d: working svm
* CI: corrected build, artifact paths
* Test: fix path to 2d bram
* CI: Adding release debug to restrict prints
* Test: fixed path for 3d FFT DDR
* modified verification function
* Working DDR batch of 2
* working DDR batch for all
* Split to individual files
* Hw Counters and const inp
* Reordered host kernel calls, removed channel depth
* batched fft3d with safelen
* fixed host code for svm, svm batch
* working svm batch
* no verify param
* free forgotten
* porting example to cpp, using cxxopts, cmake files to folder
* removed argparse, refactored timing
* verify bitrev fft1d, using opt bram fft3d
* working ddr batch
* streamlined synth path
* identical fft3d ddr and svm kernels
* updated tests
* removed extern modules
* removed common cl files to common dir
* gitlab ci update
* updated readme
* updated changelog
* fixed args in fft1d, fft2d
* fixed ddr batch and renamed queues
* added additional variants to application selection
* expressive emulation and report generation
* cleaned up application files
* fixed emulation dependency in test
* draft userguide
* fixed gitlab ci
* added power scripts
* minor change
* updated changelog
* ci: test fft1d
* updated ci with 2d, 3d variants
* removed fft3d bram due to lack of cpu resources
* cmake build type selection
* removed caching cmake variables for sdk and bsp
* modified readme and updated userguide
Authored-by: Arjun Ramaswami <[email protected]>1 parent 231ab4d commit b1616a6
File tree
67 files changed
+10086
-4244
lines changed- api
- include/fftfpga
- src
- cmake
- docs
- examples
- common
- extern
- kernels
- common
- fft1d
- fft2d
- fft3d
- matrixTranspose
- scripts
- power_measure
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+10086
-4244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | | - | |
| 17 | + | |
| 18 | + | |
14 | 19 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
| 29 | + | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
| 35 | + | |
38 | 36 | | |
39 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 6 | | |
14 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
15 | 10 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | | - | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
28 | 13 | | |
29 | | - | |
| 14 | + | |
30 | 15 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
40 | 30 | | |
41 | 31 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 32 | + | |
46 | 33 | | |
47 | 34 | | |
48 | 35 | | |
49 | 36 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments