Commit 1f6e4b2
Merge dev into main for release (#22)
* Remove hardcoded batch size from kernel execution
* Implement setBatchSize for complete Stack
* Remove RingBuffer from Synchronous Inference and add full batch mapping
* Deduplicate batchsize in basedriver & fix unittests
* Fix integrationtests
* Change input kernel code to run concurrrently to output kernel code
* Optimize inference of lower batch sizes
* Increase packing performance
* Further optimize OpenMP
* Optimize Utils
* Some small changes
* Add example data
* Small Amounts of cleanup
* Change Driver to run without XRT managed kernels
* Add more efficient version of execute method
* Hotfix FPGA bricking
* Simplify inference interface to speed up inference
* Update unittest
* Simplify code
* Update CMake
* Fix Release Build CMakeLists
* Fix wrong old variable names in CMake
* Fix formatting
* Change format target
* Add changes to paper version
* Add final paper changes
* Add basic host mem functionality
* Add switch for Host Memory Access and fix unittests for User Managed Kernels support
* Revert timing changes for paper
* Formatting changes
* Remove unneccesary benchmark
* Small changes
* Clean up and update dependencies
* Merge dev into paperVersion
* Fix setting of Host Mem Var and update cppcheck config
* Update CI definition
* Fix typo in CI
* Remove hardcoded path from examples
* Fix linting for json files
* Expand integrationTests
* Update FPGA PCIe signatures
* Increase timelimits of jobs
* Switch CI partition to HACC for testing
* Bump Graphviz version
* Optimize CI
* Fix integrationtest path
* Update CI and add performance benchmark
* Fix paths
* Change logger and add exptected performance results to synchronous inference benchmark
* Update expected results
* Add missing path change
* Add regression tests
* Add test condition to regression test
* Fix broken bash script in CI
* Fix broken bash script in CI
* Update dependencies in CI pipeline
* Fix missing boost lib
* Fix missing libs
* Change number of processors to be correct and simplify regression tests
* Fix typo in ci
* Fix floating point comparison
* Add debug print to CI
* Add debug print to CI
* Filter colored output
* Filter colored output
* Update .gitlab-ci.yml
* Update .gitlab-ci.yml
* Update .gitlab-ci.yml
* Update remove shipped boost version and merge main to dev (#18)
* Merge dev into main for v1.2 release (#13)
* Remove hardcoded batch size from kernel execution
* Implement setBatchSize for complete Stack
* Remove RingBuffer from Synchronous Inference and add full batch mapping
* Deduplicate batchsize in basedriver & fix unittests
* Fix integrationtests
* Change input kernel code to run concurrrently to output kernel code
* Optimize inference of lower batch sizes
* Increase packing performance
* Further optimize OpenMP
* Optimize Utils
* Some small changes
* Add example data
* Small Amounts of cleanup
* Change Driver to run without XRT managed kernels
* Add more efficient version of execute method
* Hotfix FPGA bricking
* Simplify inference interface to speed up inference
* Update unittest
* Simplify code
* Update CMake
* Fix Release Build CMakeLists
* Fix wrong old variable names in CMake
* Fix formatting
* Change format target
* Add changes to paper version
* Add final paper changes
* Add basic host mem functionality
* Add switch for Host Memory Access and fix unittests for User Managed Kernels support
* Revert timing changes for paper
* Formatting changes
* Remove unneccesary benchmark
* Small changes
* Clean up and update dependencies
* Merge dev into paperVersion
* Fix setting of Host Mem Var and update cppcheck config
* Update CI definition
* Fix typo in CI
* Remove hardcoded path from examples
* Fix linting for json files
* Expand integrationTests
* Update FPGA PCIe signatures
* Increase timelimits of jobs
* Switch CI partition to HACC for testing
* Bump Graphviz version
* Optimize CI
* Fix integrationtest path
* Update CI and add performance benchmark
* Fix paths
* Change logger and add exptected performance results to synchronous inference benchmark
* Update expected results
* Add missing path change
* Add regression tests
* Add test condition to regression test
* Fix broken bash script in CI
* Fix broken bash script in CI
* Update dependencies in CI pipeline
* Fix missing boost lib
* Fix missing libs
* Change number of processors to be correct and simplify regression tests
* Fix typo in ci
* Fix floating point comparison
* Add debug print to CI
* Add debug print to CI
* Filter colored output
* Filter colored output
* Update .gitlab-ci.yml
* Update .gitlab-ci.yml
* Update .gitlab-ci.yml
* Pending changes exported from your codespace
* Remove boost form being shipped with the driver
* Update CI
* Refactor build configuration: remove mdspan submodule, update CMakeLists for output directories, and enhance FINNDriver with static configuration check
* update README.md
* Format FinnDatatypes.hpp
* Fix linting
* Update src/FINNCppDriver/FINNDriver.cpp
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
* Update src/FINNCppDriver/core/DeviceBuffer/DeviceBuffer.hpp
Co-authored-by: Copilot <[email protected]>
* Update src/FINNCppDriver/FINNDriver.cpp
Co-authored-by: Copilot <[email protected]>
* Update readme
* Remove boost from the driver (#20)
* Remove boost logging and program options
* Add SPSCQueue
* Remove Ringbuffer
* Remove boost completely
* Update CI
* Fix linting
* Add missing includes
* Fix Integrationtests
* Fix ODR
* Fix bug where batch size is not set correctly
* Fix linting
* Update dependencies
* Bump module versions
* Update include files
* Fix Async Inference
* Add Asynchronous Inference option (#21)
* Disable FPGA resets when running unittests
* Finish async implementation
* Update CI
* Add missing header
* Fix aligned alloc
* Increase timeout
* Linting and CI timeout
* Increase CI timeout
* Fix warnings
* Add unused annotion
* Add missing doxygen documentation
* Merge branch 'main' into dev
* Fix small details
* Merge main into dev
* Update README.md
---------
Co-authored-by: Copilot <[email protected]>1 parent 3e67e3d commit 1f6e4b2
File tree
59 files changed
+6315
-1574
lines changed- benchmarks
- cmake
- external
- integrationtest
- scripts
- src/FINNCppDriver
- config
- core
- DeviceBuffer
- utils
- unittests
- core
- utils
- xrtMock
- experimental
- xrt
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+6315
-1574
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
88 | | - | |
| 87 | + | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
122 | 121 | | |
123 | 122 | | |
124 | 123 | | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
131 | | - | |
| 130 | + | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
146 | 145 | | |
147 | 146 | | |
148 | 147 | | |
149 | | - | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
153 | 152 | | |
154 | | - | |
| 153 | + | |
155 | 154 | | |
156 | 155 | | |
157 | 156 | | |
| |||
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
178 | | - | |
| 177 | + | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
| |||
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
187 | | - | |
| 186 | + | |
188 | 187 | | |
189 | 188 | | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | | - | |
| 192 | + | |
194 | 193 | | |
195 | 194 | | |
196 | 195 | | |
| |||
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
205 | | - | |
| 204 | + | |
206 | 205 | | |
207 | 206 | | |
208 | 207 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | 74 | | |
84 | 75 | | |
85 | 76 | | |
| |||
92 | 83 | | |
93 | 84 | | |
94 | 85 | | |
95 | | - | |
96 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
97 | 91 | | |
98 | 92 | | |
99 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
22 | 33 | | |
23 | 34 | | |
24 | | - | |
| 35 | + | |
25 | 36 | | |
26 | 37 | | |
27 | 38 | | |
| |||
37 | 48 | | |
38 | 49 | | |
39 | 50 | | |
40 | | - | |
| 51 | + | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
| |||
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
54 | | - | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| |||
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
75 | | - | |
| 85 | + | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
| |||
107 | 117 | | |
108 | 118 | | |
109 | 119 | | |
110 | | - | |
| 120 | + | |
111 | 121 | | |
112 | 122 | | |
113 | 123 | | |
| |||
123 | 133 | | |
124 | 134 | | |
125 | 135 | | |
126 | | - | |
| 136 | + | |
127 | 137 | | |
128 | 138 | | |
129 | 139 | | |
| |||
148 | 158 | | |
149 | 159 | | |
150 | 160 | | |
151 | | - | |
152 | | - | |
| 161 | + | |
| 162 | + | |
153 | 163 | | |
154 | 164 | | |
155 | 165 | | |
| |||
0 commit comments