Skip to content

Commit 38c612d

Browse files
jnice-81Jannisdefinelicht
authored
Hbm (#32)
* Base Version; Added HBM Constructors and a Copyversion that can copy blocks * Partially Written Test * Finished Test; Repaired Bugs * Added comments * Removed dev helper stuff * Added kernel for HBM Test * HBMKernel test written * Added cmake stuff to Host * Added forgoten $ to cmake * Did the changes requested by pull request; Documented open problems * Executed clang-format * Update RunHBMandBlockCopy.cpp * Update OpenCL.h * Fixed DDR flags changed for u280, template problems with (int, int) calls, added DDR Test * Applied clang-format to tests * Removed explicit u280 context from DDRExplicit-test; XilinxDDRBankFlags added to Xilinx Context * Added defaultAssignment() to XilinxDDRBankFlags * Applied clang-format * Resolved issues * Update xilinx_test/CMakeLists.txt Co-authored-by: definelicht <johannes@musicmedia.dk> * Update xilinx_test/kernels/HBMandBlockCopy.cpp Co-authored-by: definelicht <johannes@musicmedia.dk> * Update xilinx_test/kernels/HBMandBlockCopy.cpp Co-authored-by: definelicht <johannes@musicmedia.dk> * Update xilinx_test/kernels/HBMandBlockCopy.cpp Co-authored-by: definelicht <johannes@musicmedia.dk> * Added openCL stuff * Removed flush from RunDDRExplicit * Update xilinx_test/host/RunHBMandBlockCopy.cpp Co-authored-by: definelicht <johannes@musicmedia.dk> * Added Header to DDR Test as well * Update include/hlslib/common/OpenCL.h Co-authored-by: definelicht <johannes@musicmedia.dk> * Update TestHBMandBlockCopySimulation.cpp * Removed support for HLSLIB_LEGACY_SDX * Update include/hlslib/common/OpenCL.h Co-authored-by: definelicht <johannes@musicmedia.dk> * Update include/hlslib/common/OpenCL.h Co-authored-by: definelicht <johannes@musicmedia.dk> * Update include/hlslib/common/OpenCL.h Co-authored-by: definelicht <johannes@musicmedia.dk> * Added comments, headers and fixed Buffer indent * Update OpenCL.h * Update OpenCL.h * Update xilinx_test/kernels/DDRExplicit.cpp Co-authored-by: definelicht <johannes@musicmedia.dk> * Changed to constexpr Co-authored-by: Jannis <jannisdive@gmail.com> Co-authored-by: Jannis Widmer <widmerja@student.ethz.ch> Co-authored-by: definelicht <johannes@musicmedia.dk>
1 parent d9b6c5e commit 38c612d

File tree

13 files changed

+957
-88
lines changed

13 files changed

+957
-88
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.ycm_extra_conf.py
22
build
3+
.vscode

0 commit comments

Comments
 (0)