-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAST Corner Detection with DATAFLOW #127
Comments
vt-lib-support
pushed a commit
that referenced
this issue
Apr 27, 2022
47bdd5f Merge pull request #127 from changg/wa_for_u280 d98ffc1 fix utils.mk 408860d Merge pull request #126 from changg/wa_for_u280 26fa6b4 wa for u280 50b4c4a Merge pull request #125 from changg/fix_metajson 36dba73 revert the file 51966db fix metajson 2c3e837 Merge pull request #124 from changg/round2-mks 1a6d30e fix mks Co-authored-by: sdausr <sdausr@xilinx.com>
vt-lib-support
pushed a commit
that referenced
this issue
Apr 27, 2022
2079b9b Ethash SC prototype (#150) c08ada1 merge tutorial (#157) 04302db Merge pull request #155 from changg/fix_issues f792a67 revert the change 98ccdea test 8fa693a fix security issues f60f3c8 Update Makefile (#152) 9612886 Fix cr 1114888 1114873 (#151) e622384 update rc4 benchmark case, reduce to 1 kernel (#149) 8b43251 remove email from Jenkinsfile:https://jira.xilinx.com/browse/CR-1124831 (#145) 3d86755 Fix cr 1114880 1114888 (#146) 49d5003 Merge pull request #144 from liyuanz/replace_cflags 43651c8 replace cflags with clflags ee65b70 Add open file failure guard and mode for read-only (#143) a05e213 Merge pull request #141 from liyuanz/replace_blacklist 9095130 replace whiltelist/blacklist to allowlist/blocklist fb7dfd6 Merge pull request #137 from leol/fix-CR 4454482 Merge pull request #138 from liyuanz/next ded8552 add mem for mem limit case 80dddf9 Fix for L1 CBC SC benchmarks host build issue dd68b83 Clang format crc32c_sc.cpp with 3.9.0 version 443fa59 Merge pull request #132 from liyuanz/next 34bc727 Merge pull request #134 from liyuanz/replace_targets be250a9 update targes 3e28567 update e0cbc3d Refine crc32c to improve the performance of the resdu line (#133) 884b4f9 update c790abe update 0256aac update 61cb658 update Makefile and utils.mk 359c5b6 Clang format crc32c_sc.cpp for both 3.9.0 and 8.0.0 (#131) 92cf068 SC L3 design of CRC32C (#123) c00352b update Makefile for Vitis Flow testcase (#128) 33c3c23 remove ssl linkage from library,json (#127) c67da48 Merge pull request #126 from changg/metadata 080686b draft metadata files e3efd4d add aws support (#124) 87f65b0 change 2021.2_stable_latest to 2022.1_stable_latest Co-authored-by: sdausr <sdausr@xilinx.com>
Hi @norabarlow , Modifying the kernel may cause the function (in this case removing the DATAFLOW) to behave abnormally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Co-simulation does not finish for the FAST corner detection kernel if I don't use the DATAFLOW pragma.
Does/should
xf::cv::fast
work without the DATAFLOW pragma?The text was updated successfully, but these errors were encountered: