Skip to content
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

Get moving with Alveo: fails on sw_emu #381

Open
bootonly opened this issue Apr 19, 2023 · 1 comment
Open

Get moving with Alveo: fails on sw_emu #381

bootonly opened this issue Apr 19, 2023 · 1 comment
Assignees

Comments

@bootonly
Copy link

** Which tutorial are you running? **
https://github.com/Xilinx/Vitis-Tutorials/tree/2022.2/Hardware_Acceleration/Design_Tutorials/10-get_moving_with_alveo

** Describe the issue **
It fails on sw_emu.

** To Reproduce **
Type: make run TARGET=sw_emu and it will report the error: terminate called after throwing an instance of 'std::runtime_error'
what(): Multiple instances of XRT core shim library detected, only one
can be loaded at any given time. Please check if application is
explicity linked with XRT core library (xrt_core, xrt_hwemu, or
xrt_swemu) and remove this linking. Use XCL_EMULATION_MODE set to
either hw_emu or sw_emu if running in emulation mode.
/bin/sh: line 1: 470683 Aborted (core dumped) XCL_EMULATION_MODE=sw_emu ./00_load_kernels alveo_example.xclbin
make: *** [Makefile:26: run] Error 134

** Screenshots **
image

** Your environment: **

  • OS: 22.04
  • Software Version: 2022.2
  • Hardware (if applicable): u250

** Additional context **
Add any other context about the problem here.

@allyzhou allyzhou changed the title <Tutorial Name>: <Issue Description> Get moving with Alveo: fails on sw_emu May 11, 2023
@AnusheelXilinx
Copy link
Contributor

Hi bootonly,

Please ensure the build was also run with TARGET=sw_emu as the correct libraries are needed.
If the build was done with TARGET=sw_emu and you are still seeing the issue, can you please try to modify "design_source/cmake/Modules/FindXRT.cmake" as below and let me know if it works:

From: set(XRT_LIBS ${LIBXRT_CORE_LIBRARY} ${LIBXRT_XILOCL_LIBRARY})
to: set(XRT_LIBS ${LIBXRT_XILOCL_LIBRARY})

CRTejaswi pushed a commit to CRTejaswi/amd-vitis that referenced this issue Oct 3, 2023
6f98ae9 Merge pull request Xilinx#420 from amalv/vmc_merge
e182b6a Merge pull request Xilinx#419 from RepoOps/remove_HOST_ARCH_docs_2
8126d7a Merge pull request Xilinx#414 from mlechtan/next
39daecc Merge branch 'next' into next
9964e4a Merge pull request Xilinx#422 from mlechtan/description_fix
15a7794 Updating description.json per latest spec
b5f1fa7 Merge branch 'next' into next
a017126 Merge pull request Xilinx#415 from uvimalku/update_datamover_descriptionjson
dd02ba3 removing vmc_ files from L2/meta as they are in meta/vmc
95fabaf Merging VMC related changes to metadata, verify and merge to main
c0766c8 remove HOST_ARCH from docs
4410460 Merge pull request Xilinx#417 from mlechtan/description_fix
71e9f77 Merge pull request Xilinx#418 from mlechtan/config_translation_fix
625fb93 script changes to matmul shuffle
629ed34 Updating sourced script's path
9ce8267 Merge pull request Xilinx#416 from mlechtan/fir_int_hb_fix
6842813 Updating description.json flags per latest spec.
c1a83e9 Regenerate FIR Int HB Makefile
d72934a Extending stacksize allocation.
bd5b6a1 Updated access funtion call.
71d7c63 FIR Interpolate HB access function update.
a156d41 Reverting FIR Resampler SSR template addition.
04d6822 update description.json to include host source file paths
c9de463 Merge branch 'FaaSApps:next' into next
f3d6edc Merge pull request Xilinx#413 from mlechtan/gui_update
c9ea982 Tidy up. Making helper functions private.
436a841 Regenerate aie Makefiles
6432f2f Extending stacksize allocation.
9e4537b Adding SSR testbench structure.
7da2e7a Updated access funtion call.
63a8980 FIR Interpolate HB access function update.
c851283 Adding Resampler's SSR params.
33a8ea5 Tidy up.
4e0dc4f Update gui parameter values
7e6c42e Merge pull request Xilinx#412 from liyuanz/a+m
4acc5dc Merge pull request Xilinx#410 from liyuanz/next
ac82961 Merge branch 'next' into a+m
4924b5b add memory
9a420a4 Merge pull request Xilinx#406 from justusr/next
425b012 update mk
29ff113 Look fr 'L2' in pwd instead of 'xf_dsp' in common config json to ensure that it runs for different names of the xfdsp repo. This is particularly relevant beacause jenkins uses a different name.
27d4bc9 Merge branch 'FaaSApps:next' into next
663ae68 Merge pull request Xilinx#409 from mlechtan/next
a94b2e1 Adding condition to call to connect<> for coeff parameter
bfb8c3d Merge pull request Xilinx#407 from mlechtan/next
30ad782 Merge pull request Xilinx#408 from liyuanz/next
9b5ab8a add time
0d277fb Update SSR testcase to single parallel polyphase
cacc399 Adding a testcase for FIR Interpolate Asym SSR RTP Coeff Update
da6a607 Adding xRouter option to use DMA FIFOs in free banks on
ff14c6d FIR Interpolate Asym RTP SSR Coeff Update.
fad9aed Merge pull request #1 from justusr/debug_practise
97b98b9 Merge branch 'debug_practise' of https://gitenterprise.xilinx.com/justusr/xf_dsp into debug_practise
0d6bc0a Split makefile-config parameter translation into two files so it's easier to read for the test suite in dsplib_internal_scripts.
c31c9cb Merge pull request Xilinx#402 from mlechtan/next
3eaf74c Merge pull request Xilinx#403 from mlechtan/fir_dec_sym_rtp
d790b40 Merge pull request Xilinx#405 from liyuanz/next
346dc54 add time for time limit case
61b3903 add time for time limit case
3257dcf Merge pull request Xilinx#404 from liyuanz/add_m
4f6a67a add mem
e15667d Removing constraint around SSR configs
d02eb2a Adding xRouter option to use DMA FIFOs in free banks on
312206c Adding SSR RTP coeff reload testcases.
f74bc85 FIR Dec Sym RTP Coeff update for SSR configs.
edb7877 Fix for m_rawTaps array length size.
524e904 Testcase config tweak to fix stacksize calculation
dd5e0cb Adding xRouter option to use DMA FIFOs in free banks only.
960db32 Merge pull request Xilinx#400 from mlechtan/next
c400eeb Accomodating Dec HB SSR RTP Coeff update with FIR LEN % SSR != 0.
4064797 Merge pull request Xilinx#396 from yuanqian/update_next_doc
813b206 addd .gitignore
780a653 Reverting convert_sym_taps_to_asym changes.
091d96f Adjusting min cascade call for single rate FIRs
6df0674 Tidy up param struct names
986e578 Adding TP_COEFF_PHASES_LEN driver for SR FIR graphs.
e6c2e7e Fix for SSR RTP Coeff Reload with Cascaded FIRs.
2574bf1 FIR Decimate Asym SSR RTP Coeff Reload.
1afcc51 Merge pull request Xilinx#401 from liyuanz/add_mem_2
024c0fb add time
a5bf9c7 Adding reworked SR Asym access functions.
d8edceb add time
558eefc add mem
5aad20b Fixing testcase definition
175f520 Tidy up. Removing excessive prints.
a11d1d5 Adding testcase for RTP Coeff Reload on SSR.
496a6a3 Adding support for RTP Coeff Reload for SSR cases to FIR Dec HB
3c18de5 Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
358ee0b Adding extra template parameters for RTP Coeff update or SSR.
d573717 HB Int: removing __restrict from CT coeff pointer.
9bd68ef Merge branch 'FaaSApps:next' into next
b47bb90 Merge pull request Xilinx#399 from uvimalku/update-metadata-maxtaps-window
663e319 correct maxTapsPerKernel
3c2c2cc update
147a5b4 Merge branch 'FaaSApps:next' into next
134a5f7 Adding testcase for RTP Coeff Reload on SSR.
7f78f90 Adding support for RTP Coeff Reload for SSR cases to FIR Int HB
dc063e4 Adding case for RTP Coeff Reload on SSR design.
42b4aa9 Adding support for RTP Coeff Reload for SSR cases
261d6ae Merge pull request Xilinx#398 from liyuanz/add_mem
f5a2e44 add memory
cccd472 Merge pull request Xilinx#397 from mlechtan/next
f4208cb Fir resampler ref input file name defined
7404c13 Removing redundant function calls
5d1c830 Fixing removed/changed UUT_PARA_POLY params
26aafa1 Reconfiguring FIRs reference input/output file names
a5f48fc Updating Makefiles for AIE cases
a245cbb FiAdding REF_OUTPUT_WINDOW_VSIZE to FIRs
346390e Adding Ref models output file mods
bfcf3f0 Removing redundant kernel access functions.
37b92b6 Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
4768fdb Tidy up. Move FIRs common_traits features to graphs.
c0b7cbe Merge branch 'FaaSApps:next' into next
f142c50 Tidy up in preparation for SSR Coeff Reload
6ef1412 Tidy up reference models for Asym FIRs wrt Header based Coeff Reload.
b5a29c7 Merge pull request Xilinx#395 from mlechtan/next
1a4d8d9 Fixing Coeff Reload Header mode calc.
cb48c89 Merge pull request Xilinx#394 from uvimalku/decimate_sym_ssr_metadata_updates
fdfdce0 update
238cf7b Relaxing Metadata constraints wrt Coeff reload on SSR
64e2086 Removing extra closing brackets
7f81779 Modifing a testcase to exercise SSR Coeff reload
90c2687 Adding FIR SR Asym RTP Coeff Reload for SSR configs.
02d24b3 decimate sym metadata updates
c3bb0d9 Merge pull request Xilinx#391 from liyuanz/next
f0c7fa5 keep all rst file in src dir
1f6eda3 update rst in next branch
063c467 Merge pull request Xilinx#385 from dbee/polyphase_decomposer
f90792a update
4d5f2b4 Merge pull request Xilinx#389 from gordono/next
54e7d7a fix missing include and nets on testbench bwkds compat
eb971cf adding missing debug end clause
c3c13e1 avoid metadata failure for TP_INTERP == SSR when decomposing
0aeaf16 Merge pull request Xilinx#387 from gordono/next
271d589 correcting metadata check after change to decimator ADL-951
0237d24 correcting window size error traps
d5f144f fixes with merge issues
99d8cda Merge branch 'next' of https://gitenterprise.xilinx.com/dbee/xf_dsp into polyphase_decomposer
8546a10 Merge pull request Xilinx#383 from mlechtan/next
34e1ff6 Fixing aie_control_xrt.cpp clang-formatting
7095d10 Fixing Metadata issues wrt to coeff reload check
d2203cc Merge pull request Xilinx#377 from uvimalku/ssr_decimate_sym
4f52ca9 Merge pull request Xilinx#382 from mlechtan/next
84393e6 Fixing clang-formatting
b75502d Merge branch 'next' into ssr_decimate_sym
451c48c Merge pull request Xilinx#376 from uvimalku/clean-up-graph-utils
d985846 Merge branch 'next' into clean-up-graph-utils
f9ab13a Merge pull request Xilinx#374 from uvimalku/sr_sym_ssr_metadata
0821e26 Merge branch 'next' into sr_sym_ssr_metadata
c86fa4a Merge pull request Xilinx#381 from mlechtan/next
862c7ec Temporarily removing (misconfigured) SSR testcase
5527e1d Merge pull request Xilinx#379 from mlechtan/metadata_coeff_reload
65336bc Merge pull request Xilinx#375 from FaaSApps/fir_decimate_asym_with_dm
6e42dd4 Merge pull request Xilinx#378 from gordono/next
578a9c7 Delete Readme.txt
d7e8b6a Reverting iteration count to speed up.
b1afac7 fix incorrect naming
c7067cc git formatting and perforce sync up
7f036e9 adding tests for decomposer
1c07be5 updated metadata to test SSR and interpolator and decomposer
14077b9 Metadata update wrt header based coeff reload
e353e05 Merge branch 'next' of https://gitenterprise.xilinx.com/dbee/xf_dsp into polyphase_decomposer
10d16f2 correction typo in description for fft_window
7736349 correct test case for decimate_asym ssr
8fef74f add modified fir_graph_utils to commit
b16bf77 refactor ssr test case dec asym
c024481 revert changes fir_dec_hb_graph
4e676de add SSR test cases for decimators
28347d5 ssr support for decimate sym
0948b8b basic tidyup
3bfee87 Setting iteration count to 2
094a3ff Fixing stim type to default
4c2f5f7 modify test case decimate_asym_ssr
692d957 correct output window size sr_sym_ssr
ba7d1a6 make common function to convert taps to for suitable to redirect to sr asym
74cf3e3 Reducing iteration count and increasing LSF timeouts
651293d Merge branch 'sr_sym_ssr_metadata' of https://gitenterprise.xilinx.com/uvimalku/xf_dsp into sr_sym_ssr_metadata
4c8781b fir graph utils cleanup
4b239d6 Fixing absoaie_control_xrt to relative path
911df9a Adding host.cpp
b3fd0fe Adding FIR (fir_decimate_asym) case with datamover
13b1801 Update multi_params.json
395b0e7 sr sym ssr support when TP_FIR_LEN % TP_SSR != 0
3999ce1 window size check for sym streaming api
7aabd8d sr sym ssr redirect to sr asym
d1707fb fir sr sym metadata and makefile changes
bd52830 add ssr concept to interp asym makefile gen input
2c2f9f8 remove incorrect check and tidy up
1a356eb reverting interface change to create_connections
3628dad Merge pull request Xilinx#373 from gordono/next
c0a559a Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
96911cd increasing stack size for fft_window
d3e0b29 fix inconsistent whitespace
cd1eefb remove debug print
e0e6b9a working basic para_interp_poly=3 case
b492110 decomposer logic added syntatically and default case still working
d50b367 Merge pull request Xilinx#372 from mlechtan/next
a06d7c7 Fixing Metadata config checker for Dec Sym FIR
14f8e12 Merge pull request Xilinx#371 from mlechtan/next
0affcd3 Adding a testcase with dual inputs & header coeff reload.
32cf253 Fix for creating coeff header for dual input streams cases.
34a04f1 Merge pull request Xilinx#369 from mlechtan/next
c5dad0a Merge pull request Xilinx#368 from uvimalku/decimate_asym_metadata
1dd7e70 Fix for TP_FIR_LEN % TP_SSR static_assert triggering on hb dec cases.
ec9a658 Merge pull request Xilinx#364 from mlechtan/next
559a2a1 metadata for decimate asym
e4022af metadata changes for fir interpolate asym
164f363 Delete test.cpp-4f884644
5c5298a Merge pull request Xilinx#366 from uvimalku/decimate_hb_metadata
a2df27f get_common_config update
abbd044 metadata changes for interpolate hb ssr
5208b51 Merge pull request Xilinx#365 from uvimalku/decimate_hb_metadata
c511f90 Correcting pre_build Ref model config
a536a65 update common config tcl
16f0f48 SSR metadata updates for decimate hb
8a4b24f Fixing casc_in_type direction.
1013a24 Adding SR ASYM FIR  testcases
596b0ed Header based Coefficient Reload for SR Asym FIR.
2363e15 Tidy up comments.
c6338a3 Merge branch 'next' of https://gitenterprise.xilinx.com/mlechtan/xf_dsp into next
d00e710 Merge pull request Xilinx#363 from uvimalku/interpolate_asym_ssr_tests
c38c44e Renaming kernel_rtp_reload to kernel_coeff_reload
5bf5793 Merge pull request Xilinx#357 from yuanqian/next
377e371 Merge pull request Xilinx#361 from gordono/next
286e688 coding style correction for interpolate_asym
f340d5d Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
f896bc5 Merge branch 'FaaSApps:next' into next
48bd703 increasing stack size a tad
bf64256 Merge pull request Xilinx#362 from uvimalku/interpolate_asym_ssr_tests
c9dc478 remove todo
f7a5935 skip checking output if skip_ref
226218f add ssr test for interpolate asym
a4149fd adding generic source file
9294f72 Merge pull request Xilinx#360 from uvimalku/decimate_asym_ssr_test
6cf25c5 added tests for decimate asym ssr
24bbd05 Metadata mods for decimate asym fir
f50f518 Merge branch 'FaaSApps:next' into next
267a7fa tayloring stack size for fft_window
44cdf82 Cleeanup fir_decimate_asym.py
04eadc2 Added ssr test for decimate asym
6956fdb Merge pull request Xilinx#359 from dbee/metadata_cleanup
cf24b63 fix parameter descriptions
948a21c remove deprecated metrics info
304f910 mat mult has no TP_API
90ad7eb streaming info in info_ports
ffbfb32 fix graphname
5f476f7 adding skip flags to interpolate makefile
20bdb79 initial decomposer logic passing first syntax barrier backward compatibly
f7c6d17 Merge pull request Xilinx#355 from gordono/next
913d72d Merge pull request Xilinx#358 from uvimalku/interpolate_hb_ssr_tests
d320eb6 Remove extra tests
9ae2a35 Merge branch 'interpolate_hb_ssr_tests' of https://gitenterprise.xilinx.com/uvimalku/xf_dsp into interpolate_hb_ssr_tests
26b13a3 Makefile mods to interpolate_hb for ssr
b581681 Update multi_params.json
28663ab Makefile changes for interpolate hb ssr
c9f6c25 Merge pull request Xilinx#354 from uvimalku/decimate_hb_ssr_tests
7ea6deb rename ladf_api_xrt_swemu to ladf_api_xrt
1ec5cdc addition of candidate AIE-ML AIE2 support for FFT
c516168 Merge pull request Xilinx#346 from gordono/next
060ace2 Update multi_params.json
fd5d375 Merge pull request Xilinx#353 from uvimalku/decimate_hb_ssr_tests
aa6f285 signal name clarification
b67e121 Merge branch 'FaaSApps:next' into next
ebfda02 added SSR tests for dec hb
367c397 Merge pull request Xilinx#352 from uvimalku/interpolate_asym_ssr
92ba6be matmul Makefile changes
9af5133 a few changes with para poly on the graph to give backwards compatible passes
c784ef2 Makefile mods to 2022.2
0586a06 makefile and testbench changes for poly interp
943e4de Merge branch 'polyphase_decomposer' of https://gitenterprise.xilinx.com/dbee/xf_dsp into polyphase_decomposer
3184b83 Merge branch 'FaaSApps:next' into polyphase_decomposer
ea19259 Merge pull request Xilinx#351 from uvimalku/interpolate_asym_ssr
4ceb3d1 modify fir common traits with updated function for decimate asym
831d738 SSR changes for decimate_asym
254cd68 SSR changes for decimate_hb
a6c867c add changes to hpp files
f294868 Merge pull request Xilinx#350 from mlechtan/next
b163e54 FIR SR Asym Ref model updated with support for Header based Coeff Reload
e973f8c FIR SR Asym Metadata update
62ae537 Script tidy up
3fc1819 Scripts update to support Header based Coeff Reload.
3bcb7ea correcting clause for addition of weights parameter at end of config generaton
956e6b8 fix for dyn pt size bug, elaboration of location constraints and use of single buffer for large dynamic cases to avoid memory spill
021cdc0 decomposer testbench changes and ref model on interpolator
de8c2aa added port info and updated generate graph iwth SSR and para poly
9607808 Decomposer metadata working for interpolate_asym, except gen_graph
2ad35a1 Merge pull request Xilinx#345 from dbee/metadata_cleanup
f893515 adding correct port info and dual out to generate_graph
12174fc Update type to be unsigned
4caa72d Merge pull request Xilinx#344 from dbee/matadata_update_general
fc4796f Merge branch 'metadata_dds_mixer' into matadata_update_general
17f2a77 already moved to common file
c6c457b functions are used in matrix mult
ba50507 Merge branch 'next' into matadata_update_general - fft window changes
bb59dd3 add testing of metadata to makefiles
b398e99 add initial offset
d7fb4ad adding phaseInc
3c854a3 basic dds mixer metadata
542c789 Merge branch 'metadata_update_matmult' into matadata_update_general
08d9ddb Merge pull request Xilinx#343 from gordono/next
f8203db mering fft and fft_window changes
c8e2c46 Merge pull request Xilinx#4 from FaaSApps/next
2214611 Merge branch 'next' into next
edcc175 fixing metadata test prebuild stage
c4bfb1f Merge pull request Xilinx#337 from dbee/metadata_update_fft
6067150 Merge branch 'metadata_update_fft' of https://gitenterprise.xilinx.com/dbee/xf_dsp into metadata_update_fft
1dc717a fix missing comma from merge and regen makefile
2a1ab29 This has been made common
b8ad746 Merge branch 'FaaSApps:next' into next
cc3d1a1 small tidy up of magic number
b5e3439 fix typo
5802263 add extra gitignore
31dcdc3 makefile update
14dee3e update multi_params to be correct param names
e8ae29b update makefile and decription.json for metadata checking
bcca9e5 adding fft_window metadata
bbf2282 adding mat mult to tests but also allowing an argument to just test one element.
7dc6e4e Adding validating logic to matmult
759528d Merge pull request Xilinx#340 from changg/22.2_mks
e6d498b Merge pull request Xilinx#341 from changg/22.1_mks_update1
73751b2 fix mk
886da71 22.2 mk update
0751164 Create fft_window.py
0808470 Create fft_window.json
7ead7be Merge pull request Xilinx#339 from gordono/next
acf030e Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
a2fdbb3 avoiding mapper error
e54d823 Merge branch 'FaaSApps:next' into next
87c55b9 adding aiesim tests again
b944e56 Merge pull request Xilinx#328 from gordono/next
525d482 Update multi_params.json
eefc7c7 Adding FFT window documentation first pass.
6d97323 addition of dynamic mode for FFT window, correction of pass by value array and move to multiple tables construction for dyn mode
79a056f Merge branch 'FaaSApps:next' into next
14f4d13 initial creation without validators
d968535 add comma that was missing after merge
f0b43da adding fft test
24e4017 create config and test entry
5441754 Sync recent cahgnes on metadata
d111938 Merge pull request Xilinx#332 from dbee/metadata_update_other_fir
616761e Merge pull request Xilinx#20 from FaaSApps/sync_changes
f469d88 Merge branch 'metadata_update_fft' into sync_changes
4092e3b add gitignore for generated graph files
90444db Fix inconsistencies on decimator and lanes
3e843a5 FFT Metadata Creation
a095131 rearranging some common functions
0383758 Merge branch 'next' into metadata_update_other_fir
63abc28 Merge pull request Xilinx#18 from justusr/debug_practise
6fb8a90 Resolve jenkins errors: remove multipleInterpolationRateCheck from fir_resampler, set the default of TP_API to window(=0), change firLengthMax to 1024 and firLengthMin to 1 in aie_common.py in line with c++ implementation. Also add __pycache__ to gitignore.
e422bef Merge pull request Xilinx#335 from mlechtan/next
c30dc52 Consolidating x86sim runs with missing commands and/or tolerance options
dd97917 Merge pull request Xilinx#334 from mlechtan/next
88c3825 Updating float testcase with diff tolerance
4280228 Fix for FIR Decimate Asym High DFs. Adding testcases to for various data type combinations.
471935a Expected changes for FFT json
643295d Expected json file for fft
d94225a by default have a FIR common file, will incrementally port actual common stuff into generic common file.
84de6fe Merge pull request Xilinx#17 from dbee/attempt-to-resolve-conflict
ca4be5f Merge branch 'metadata_update_other_fir' into attempt-to-resolve-conflict
f2719d5 Merge pull request Xilinx#16 from FaaSApps/next
a64c8e8 Fixing search paths
965809c Ease of use enhancements to config checker script
d0f5a49 Moving some functions into common area
1b5c8ff Bash script to quickly validate all the configs
6a4bc9c remove vector length from json - CR1131133
a6be5be general Makefile update
796e0aa resampler updates
10618a4 Merge pull request Xilinx#331 from mlechtan/next
e70aebb Disabling FIR Decimate HB SSR testcase temporarily.
8a9cc48 Merge pull request Xilinx#330 from mlechtan/next
d9f008f Adding extra testbench driver to FIR Interpolate HB
4e7e7af Updating example's graph ports to arrays
2b89496 Removing __AIEARCH__ and __AIENGINE__ macro definition from kernel source.
4a2ea76 Missed reference model updates
efa0414 FIR Graphs parameter structs reorg.
9ecd53d Merge pull request Xilinx#18 from uvimalku/decimate_hb_ssr_support
b88cecc adding documentation for fft window
0ab1246 Add modified window sizes for ssr
25bd88e Merge branch 'FaaSApps:next' into next
6662272 adding dyn parallel test
12f871c Merge pull request Xilinx#327 from gordono/next
8f5650a correcting passing of window_vsize to x86
ff334ab setting simpler default and removing aiecompiler for now
d7973c5 makefile changes for preproc args
1e2c456 Update description.json with ssr preproc args
5e3ebad Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
2a0dfd7 adding tests for fft_window
4a78304 graph utils bug
81c9259 Merge branch 'FaaSApps:next' into next
462d61d addition of checkin test for fft_window and consequent changes to description.json and helper.mk etc to get this flow to work
413b0a8 add graph_utils mods for decimate hb ssr
e678531 SSR support for decimate_hb
c03629b Merge pull request Xilinx#323 from uvimalku/move-graph-utils-with-sr-asym
9f400e2 Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
65f67fb Merge pull request Xilinx#324 from mlechtan/next
3ce5b06 Fixing clang-formatting
bf9c200 introducing fft_window library element
dea0107 Adding cases for cint32/cint with 2 outputs
a68db4d Adding DUAL_IP cases + cint32/cint32 case
e19a1bc Fix for FIR's stream writing with cint32/cint32 and 2 outputs
a14e862 change default templated class argument to sr::asym
4b764a4 remove incorrect change in previous commit
d69379b move create_kernels and ssr_kernels class into graph utils - and workaround for the graph within graph bug
a7d8310 Merge pull request Xilinx#322 from mlechtan/next
42caac8 Merge branch 'FaaSApps:next' into next
44cd998 Merge pull request Xilinx#320 from gordono/next
8902ac0 Merge pull request Xilinx#17 from gordono/next
c291ef6 Making FIR's kernel members public
431b1ad correcting x86 calls to split_zip for widgets
dceab45 syntax fixes and dds_mixer ssr_split zip argument tidy
a499b22 more corrections to description.json syntax
1092ad4 fixing ssr arguments
5ddf915 adding makefiles this time
44e61ec fixing HEADER BYTES in widget and equation in FFT for window size
d3b3660 removing more stop on deadlocks
f53c5ec corrections to window size for firs in makefile, header bytes for widgets and equation in fft
f366c0f removing stop on deadlock
4331f5f updating description.jsons for changes to ssr_split_zip arguments forced by header on FFT and rewrite of script
f8525ff decimate sym updates
ac6415f update to helper.mk for window size and ssr_split_zip arguments
df41e3c Merge branch 'next' of https://gitenterprise.xilinx.com/gordono/xf_dsp into next
f4b11e6 updating make for ssr_split_zip parameters
36547e1 Update graph_utils.hpp
218efc9 decimate asym changes
e2ed18a Merge branch 'next' into next
1d3cdbc dynamic point size with SSR for FFT
d8c850a Updating Makefiles vwith 2022.2 vck190 platform
0abe73b forgot config
30f2184 Changes for interpolate_asym
61459ca interpolate_hb metadata updates
1ff2260 description.json update and makefile
f1e232b decimate hb first pass valid
c926610 changes for sr_sym and some fixes in sr_Asym
f5f4dc7 Initial copy from sr_asym
3add5a4 Pulled some changes into common
ca64244 Got metadata checker integrated into makefile prebuild
d0a2d44 Expected changes for sr_asym
1b8e9c3 Merge branch 'metadata_update' of https://gitenterprise.xilinx.com/dbee/xf_dsp into metadata_update
18238ba updated files before making some functions common
6c1757c change 2022.1_stable_latest to 2022.2_stable_latest
b566be7 Merge branch 'FaaSApps:next' into metadata_update
c8d1dac initial checkin from sumanta repo
e05cee7 Merge pull request Xilinx#317 from changg/fix_mks
73bf7b3 update pl makefils
6ed11ec Update api-reference.rst
7a61b1a Update index.rst

Co-authored-by: sdausr <[email protected]>
CRTejaswi pushed a commit to CRTejaswi/amd-vitis that referenced this issue Oct 3, 2023
ee8e9c7 Merge pull request #474 from swarnapr/multi_HDR_LTM
8b47ca7 Merge pull request #476 from nvunnam/next
55840d9 Merge pull request #477 from kkumar/aio
698e551 Added new utils.mk
820bcbe Merge pull request #475 from kkumar/stats_update
d83fb82 Merge pull request #473 from kkumar/aio
bf6e8b8 L2/AIE/preprocess,resize .json and mk changes
e105dda Code clean up
8f8089a isp_multistream with HDR and LTM
6739e78 Changed type of RGBIR weights to signed char
cdc953f Merge pull request #471 from nvunnam/next
aa80e6e Merge pull request #468 from kaushalk/next
8d764df L2/AIE Resize host,graph changes
a2c5d03 Freq reduced per platform
acc63dc Merge pull request #470 from rarce/isp_multi
b465376 Merge pull request #467 from mounikk/next
8f00229 Merge pull request #466 from rarce/stats_dev
b75a32b Added loop labels and code clean-up
704efcb Freq reduced per platform
b938265 Freq reduced per platform
963ae31 added compiler_x86 and linker_x86 in sum and threshold tests
dedd475 Fixed json, .mk, Makefile of ispstats L1 and L2
dfcab67 Merge pull request #461 from swarnapr/extract
78cd894 Merge pull request #462 from swarnapr/multi_LTM_HDR
7dacade Merge pull request #464 from nvunnam/next
e29e0c5 Merge pull request #460 from RepoOps/update_doc_url_3
8ddf8ce Merge pull request #456 from kkumar/branch_aio
f5803f6 Merge branch 'next' into next
252198b L2/aie mk changes
1cdca11 Updated accel file
620e6a3 Fixed tripcount for cols
584b307 Fixed tripcount
a9b44ee changed Lmin values
5c953df Changed RGBIR weights from pointer to array
9f95c85 Merge pull request #459 from maitreya/next
08648b8 changed RGBIR weight from array to pointer
bab6465 Documentation update for 2022.2 release
cbbfa61 Merge pull request Xilinx#455 from maitreya/next
1331941  Removed array partition for RGBIR weights and changed weights from pointer to array
ee3abf6 CR-1141986 YCrCb2RGB fixed
1db286d Defect Detection Design Example added
9b99b89 update url and branch in doc
6fa6cb3 Merge pull request Xilinx#451 from srujanam/next
044f4f0 Merge pull request Xilinx#454 from kkumar/branch_aio
baa9c0f Changed RGBIR weights from array to pointers
c8a83b3 Changed blk_height to scalar
503b3a1 Makefile update
a25d790 Merge pull request Xilinx#452 from swarnapr/multi_LTM_HDR
28b0a28 Clang Format Applied
0419826 Removed array partition pragma from scalar variables and changed RGBIR weights from pointer to array in accel
fa52c82 updated utilis.mk
86e8147 Merge pull request Xilinx#453 from maitreya/next
242adc0 updated config file
ac16af4 updated Makefile and JSON file
3c7df1f Documentation 2022.2 release ispstats added.
6a37989 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
fda61d5 isp_multistream with LTM and HDR
418b5ed Merge pull request Xilinx#432 from nvunnam/next
c528c31 Merge pull request Xilinx#450 from mounikk/next
3acd1df Merge pull request Xilinx#449 from maitreya/next
8a2d1fe Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
626be5b Added Defect detection pipeline
5580daa gtm files updated
efd0f9e Merge branch 'next' of https://gitenterprise.xilinx.com/mounikk/xf_opencv into next
34e9856 Documentation changes for 2022.2 release commands updated
4396b67 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
1eeb6aa Merge branch 'FaaSApps:next' into next
5c251b9 added opencv_objdetect in all hog cases
843bebe Applied Clang Formatting
8151ab9 Merge pull request Xilinx#443 from giorgiob/next
5dad91e Merge pull request Xilinx#416 from swarnapr/Stream_LTM
bdf4a53 FILTER2D mk change
a3b976d Documentation changes for 2022.2 release memory map function minor change
06e5912 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
90493e9 Update releasenotesxfopencv.rst
42740f6 Merge pull request Xilinx#447 from kaushalk/next
1f87b74 Merge pull request Xilinx#448 from mounikk/next
06a26df Documentation changes for 2022.2 release deleted auto-remove files
1a406f5 Documentation changes for 2022.2 release
6e7a247 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
bd57ec8 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
e8cf015 Merge remote-tracking branch 'upstream/next' into next
0294712 Update L1 README
c14a516 Update L3 README
d2f68c8 Merge pull request Xilinx#446 from kkumar/branch_aio
2034e9b Merge pull request Xilinx#442 from swarnapr/hdrextract
5f80f9b Merge pull request Xilinx#445 from rarce/stats_dev
636f509 compiler_x86 and linker_x86 added for embedded platforms
16c17c0 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
5d5fd04 Update README.md
b73985f Freq reduced per platform
ea04e5e  Generated new Makefile using new description.JSON
02d68bd added compiler and linked_x86 section
22ac386 added comment to explain the interpretation of RGBIR weights
e10b250 Removed Depth from HLS INTERFACE pragma
93ada54 Update L2/tests/aie README
5a0ea84 Update L3 README
979c9ba Update README.md
dcdbb30 Merge pull request Xilinx#444 from rgoel/next_fix
c25e03e xfcv_gmio changes
18b9910 Merge remote-tracking branch 'upstream/next' into next
8703f2f Add tripcount to xf_ispstats.hpp
236ee43 Updating README
9d2f702 Updating README
ef856d0 Updating README
6f6da17 Updating README
d6ff007 Updating README
1c6e974 Updating README
f0dee8c CR-1141747
e033e6e Removed TRIP_COUNT pragma
80809a9 Merge pull request Xilinx#441 from srujanam/next
d0fe0a4 Corrected GRAY to RGBA
c6cfbae Corrected GRAY to RGBA
ec174c5 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
710344d Merge pull request Xilinx#424 from kkumar/branch_aio
249e8fe updated Makefile
144d121 updated JSON file
1b9f248 Merge pull request Xilinx#437 from kaushalk/next
c500af7 Merge pull request Xilinx#438 from maitreya/check_env_JSON
b958c86 Added cropped1_128x128.png and cropped3_128x128.png
387a37f Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into hdrextract
23486e0 Fixed Testbench
044ac69 Chnaged array to pointers for RGBIR weights in accel top level function
9573c9f Merge pull request Xilinx#439 from mounikag/next
ba0d41d fixed accel
2f3d1cf Added INTERFACE pragma for lut
432a613 clang is applied
1f2b705 Toggling flag in accel
aae9328 Added write buffer for RGBIR weights in xf_isp_tb.cpp
25f7622 Delete stderr.txt
39afd83 Delete clang_loc.txt
4877e6b reverted check_env JSON changes in AIE testcases
5f770bc Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
01cc132 release changes for aie
ffd0498 Merge remote-tracking branch 'upstream/next' into next
244d66b mst reference code added
5f510ed Merge pull request Xilinx#436 from srujanam/next
aff3d70 Merge pull request Xilinx#415 from rarce/stats_dev
ad01bf1 Added automatic checking in L1 TB
4db24a6 tb file updated
ff6fbf6 Added automatic checking in L2 ispstats TB
5fc82ac Added Bayer support to LSC
ddbfe05 Merge pull request Xilinx#425 from mounikag/next
e80d9c4 Merge branch 'FaaSApps:next' into next
37e0511 Merge pull request Xilinx#430 from srujanam/next
ef87342 blacklevel correction added
622dbb7 blacklevel correction added
85ffced Merge branch 'FaaSApps:next' into next
965305c Fixed Makefile
f08da7b removed 8U tests
9841370 Added L2 tests
3723efb Minor update to description.json
a9d97ef Merge pull request Xilinx#435 from maitreya/check_env_JSON
77de0f7 Makefile update
2eaa9fa run files with clang format
af2b521 check_env section added for multiple L2 functions & testcases and recompiling the json files
f3a353d removed 12bit tests
7f98240 Added clang format in accel
1a5c216 blacklevel correction added
9dd318a Merge branch 'FaaSApps:next' into next
e1f23f1 Added Degamma
449758e NPC and Makefile update
7155aa3 Fix for clang
c334faf changed the type of RGBIR weights to char in accel and testbench
99bfa24 Changed the type of RGBIR weights to int in function_rgbir
5798de6 Updated Makefile and JSON file in test folder
7f6725b changed the data type of RGBIR weights in xf_isp_accel.cpp to int from char
95fd285 Used 128x128 image for hw_emu
f543b0d Fix typo in tcl file
19b0557 Changed calcStats to ispStats; added isp as prefix to stats
71afb04 Merge pull request Xilinx#433 from rgoel/next_fix
f713882 Resize normalize test update
92d0fa2 Added missing semicolon and comma
80808ca Merge pull request Xilinx#429 from swarnapr/tripcount
0e2ae16 xo and common/ changes
2e0f330 changed the order of argument
cfec08c changed type of pawb to unsigned short in xf_isp_accel.cpp
9fec256 clang format in HDR extract
adc32a5 Added clang format
93b7d78 Ran files through clang format script
0109d12 Fix clang standardization
9486dc1 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
c5f8d46 Merge branch 'FaaSApps:next' into next
e79bbbd Added HDR Decompand function
7a94539 Merge pull request Xilinx#422 from kaushalk/next
8b8ff3e Merge branch 'FaaSApps:next' into next
aece230 Merge pull request Xilinx#427 from mounikk/next
4248a27 updated HDR extract kernel
0b981fe Added Tripcount in HDR extract
a9b4a0d Fix error in the newly added asserrtions
0022a01 Fix template arguments mismatches
1cd75a6 applied clang format
7a9e3cf repostioned XF_CV_DEPTH
38172b2 Fix compile error
d10a1a9 added new Makefile
32a5fc8 Fix assert message
aad8005 Fix remaining instances of N
fb04732 Merge branch 'FaaSApps:next' into next
bde9c37 blacklevel correction added
d0764d2 Merge pull request Xilinx#421 from mounikk/next
9b9e18a Fix template arguments of calcStats
0664f9d Fix remaining N and M naming
691960c added all_in_one pipeline
51e2389 Fix review comments
1e9a402 frequency reduced to 200MHz
efcc4a8 gui set to false in isppipeline_rgbir,analyzeDiff changed to static void,repositioned XF_CV_DEPTH in KernNv122bgr_ro
40e2729 frequency reduced to 200MHz
a3326df updated accel
fb3c536 updated accel
2de11bc Merge pull request Xilinx#418 from rgoel/next_fix
9b4b2fa CR-1140085 fix
b81707e updated files
b5630d3 Fix setting of XF_PROJ_ROOT in Makefile
6eb7763 updated testbench
25b7125 utils.mk
83e753c Fix Makefile
f08a728 Fix Makefile
ea1bea8 Makefile
65c05b0 Makefile
278e5af JSON file
bf7f710 isp_mulstistream with LTM
27eb0ab Modified run_hls.tcl
b3403cc isp_multistream with LTM
733c601 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
28ce90d Merge pull request Xilinx#412 from maitreya/next
ad68585 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
a116795 Set N = 2, M = 2
98092c9 Modified default value of MERGE_BINS to 0
4f0d8c9 Initial commit for stats block
356b9f5 Merge pull request Xilinx#406 from mounikk/next
8b8319d Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
b23e8eb Added 3dlut opencv entries with recompiling makefiles
c839cdc Merge pull request Xilinx#414 from rgoel/next_fix
f155b02 Typo fix
002c209 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
19c756f Merge pull request Xilinx#413 from rgoel/next_fix
7507ec8 clang format fix
5fe63e3 HW emu test fixes
61faad9 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
1d5f1c9 Recompiled makefiles with updated json files
1bffc4e Merge pull request Xilinx#411 from RepoOps/remove_HOST_ARCH_docs_2
69ac982 Removed check_env EDGE_COMMON_SW, CR-1138105 added compiler_x86 & linker_x86 entries to 25 L3 testcases
97d4367 Merge pull request Xilinx#410 from mounikag/next
3432b89 remove HOST_ARCH from docs
55a160b Merge branch 'FaaSApps:next' into next
a91f1f3 addweighted hang issue resolved
b4a13a9 Merge pull request Xilinx#409 from rarce/fix_l1_hist_init
c8e9124 Fix inner loop bounds in hist array initialization in xf_histogram.hpp
a8ae01b Merge pull request Xilinx#408 from mounikag/next
ee5972e fixed the bg2hls functional issue
0a2ccf9 Merge pull request Xilinx#402 from mounikag/next
23f76f1 fixed the bg2hls functional issue
4fd1218 Test finished string repositioned to the end
307a78d Merge branch 'FaaSApps:next' into next
a3b2251 Test Finished string added in the Test bench
a656626 Merge pull request Xilinx#405 from maitreya/next
7b08d7c Merge pull request Xilinx#401 from rarce/fix_rgb2yuyv_tc
fd27daf CR-1139752 L1 channel combine testbench, config.h and accel updated with COSIM issues fixed and improved.
3c135fa Merge pull request Xilinx#403 from mounikk/next
2c3f1d2 Merge pull request Xilinx#404 from rgoel/next_gc_typo
960157f Typo fix in makefile
aa623bd Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
4cc5f9b Merge pull request Xilinx#379 from rgoel/next
5c494c0 Merge branch 'FaaSApps:next' into next
7de240d Disabled isppipeline-rgbir and applied clang format
125d77f applied clang format
6437ac8 svm changes
85181e8 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
b5445bf Merge pull request Xilinx#400 from mounikk/next
831afba updated json and makefiles
86ebbab Fix assigned value to xfrgb2yuyv TC template argument
db308ac Merge pull request #1 from FaaSApps/next
341fd49 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
3e5d9a3 Changed XFCVDEPTH of resize functions to 2, Gaussian difference added with 2 sigma and 2 filter width functionality, Fixed issues of XFCVDEPTH template change
937fb87 Added last swap between filterwidths
64506a2 Fixed gaussiandifference tests with filter widths, Fixed missed functions
af2444e c-lang formatting
cdcc9d8 Repositioned XFCVDEPTH to the last in the templates of some functions
1ac2121 Changed xfcvdepths to 2 for specific L2 testcases of canny & boxfiler
3c16e61 Update L3 README
a7574b3 Update L2 README
a507b1a Merge pull request Xilinx#399 from maitreya/next
49ef7f9 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
b3e9f87 Compiling json files and updating utils.mk & makefiles
b75a88d Reverting description.json file changes
86e023e Merge pull request Xilinx#398 from mounikk/next
541955f Merge pull request Xilinx#394 from maitreya/next
4707966 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
d4dcd03 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
93df441 added c-lang formatting
b054da7 extended testcases of channel extract to 16 bits
2a70a5c Merge pull request Xilinx#395 from yuanqian/update_next_doc_2
02b4d68 pyrdown dst mat changes
aaa9461 Channel extract fixed COSIM fail issue and SVM accel fixed. C-lang formatting applied.
5f2fe01 applied clang format
84dff07 syntax for array_reshape is corrected
a9458af changed dst mat ROWS and COLS to ROWS/2 and COLS/2
dfd1eed Added build folder path
1e982f5 Channel extract fixed minor issues and added functionalities
c7fd5a5 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
0b65709 Channel extract added tests for NPC4 and NPC8. Updated assert statement for valid inputs.
ca2d727 update
c0b111e update doc for portal
382dccd Merge pull request Xilinx#393 from mounikk/next
8d3ea4d Fixed CR-1131374 & CR-1133260 clang-formatting
94c4a03 Resolved Deadlock issue of SVM-hw_emu & extractChannel naming convention improved
a926b54 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
ca05e3c Merge pull request Xilinx#378 from maitreya/next
bedafa5 removed .txt files
b36afa3 added flags in L2/tests/lkdensepyrof/densepyrof_300_11_50
6d6ed51 Recompiled makefiles with updated faas_tools_kit
b574a8e changes on bind_storage pragma
894b25d Removed RESOURCE pragma with BIND_OP pragma
3317605 Replaced RESOURCE pragma with bind_storge pragma and added opencv_objdetect flag in Lkdensepyrof example&test
341e3d7 Replaced RESOURCE pragma with bind_storge pragma and added opencv_objdetect flag in Lkdensepyrof example&test
6e9c872 Replaced RESOURCE pragma with bind_storge pragma and added opencv_objdetect flag in Lkdensepyrof example&test
3f26ef3 Compiled and updated makefiles with json changes
6b689ba Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
bd5d3ef Merge pull request Xilinx#392 from mounikk/next
5282a2d JSON files complied with formatting (CR-1135040) BPC1 & BPC8 again changed to SPC & MPC respectively.
c0b5874 removed __SDSVHLS__ macro and assigned dst to write function
b3320c8 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
7f12d46 Merge pull request Xilinx#390 from mounikk/next
8021565 Repositioned XFCVDEPTH to the last and added CLAHE function to the documentation
849bd55 Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
9bc0481 Merge pull request Xilinx#381 from mounikk/next
16d85a8 Added last swap between BPC1 and BPC8
656c606 Fixed gaussiandifference testcases with correct filter widths
45ed780  resovled Bfmatcher and CUSTOM_BGR2Y8
e5ecae4 Applied clang formatting
fbe4e86 Added 2 sigma and 2 filter width functionality to the gaussian difference and fixed small issues caused by the same.
badb860 updated L1 and L2 test benches with test passed/failed condition
d1deecc Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
fd00be9 Merge pull request Xilinx#377 from mounikk/next
f23bf77 Making files compliant to 128 bit PLIO input
81a8933 Clang change
33a3258 Fixing meta data issue in demosaic
724d008 update hog with opencv_objdetect
bdb09ed Reverting gaussian difference experimenting changes
393ba98 Changing NO & RO to BPC1 & BPC8 respectively and reverting hog and tvl1 makefile & json changes
0bb2503 updated tvl1 and hog ,description.json and make files
5df30d6 Fixed hog and tvl1 functions with opencv libraries affected by mk update commit
1f43c2f updated L2 and L3 with frequency in the platform properties
c5ee648 fixed hog & tvl1 json files to create makefiles with correct opencv libs
922fb01 Merge branch 'next' into next
a5c6e6e Merge pull request Xilinx#374 from changg/standardize_jsons
68b7b25 fix
2145961 update json
c4f816a Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
bad41cf Updating ref
7b77a04 Merge pull request Xilinx#371 from rgoel/next
fed8e93 Adding meta data to resize test
53c26c7 fixed tvl1 and hog function makefiles
2cb58b6 Merge branch 'FaaSApps:next' into next
b1d8925 Fixed hog and tvl1 with opencv lib affected by mk update commit
3987f98 Merge pull request Xilinx#365 from maitreya/next
ee9ede1 updated lknpyroflow with XFCVDEPTH values inf config_params.h files
e8496bb Merge pull request Xilinx#360 from maitreya/next
c3bc394 updated the api-reference.rst and design-examples.rst
6774d46 updated XFCVDEPTH related changes in docs and created 3 block diagrams for design-examples.rst and minor changes
7dd329b Merge pull request Xilinx#356 from maitreya/next
1181993 Merge pull request Xilinx#357 from changg/mk_update_22.2
50c8c99 Changing XFCVDEPTH values for L1/tests, fixed warptransform testbench
43f6e2b remove fpo_v1_0
08a5dbb XFCVDPETH variable added to L1 tests xf_config_paramas.h
915bd9b update
0ebd3ac update mk 22.1
bb24448 change 2022.1_stable_latest to 2022.2_stable_latest
600939f Merge pull request Xilinx#353 from maitreya/next
c1ef8c7 Fixed isppipeline-rgbir for multiple pixelwidths and formatting
5e7c906 Applied C-lang formatting and Fixed small issue with lkdensepyrof testbench and fixed failing cases(isppipeline_mono)
ebe0a3b Applied C-lang formatting and Fixed small issue with lkdensepyrof testbench
a701ded Tweaking BPC, clahe and tvl1 hpp and cpp files to add default values of XFCVDEPTH. Adding reference to gammacorrection (L1,L2) and L1 -lkdensepyrof (CR1102013)
1067d45 Fixed rgbirbayer functionality, Added default value for XFCVDEPTHs
ee6c364 Merge pull request Xilinx#327 from maitreya/next
9c61895 fixed aie commit conflicts
ebac9ec Merge branch 'next' of https://gitenterprise.xilinx.com/FaaSApps/xf_opencv into next
004da26 updated rgbir functions with XFCVDEPTH
5eb3522 Merge pull request Xilinx#338 from kaushalk/next
e4030bd unknown fields removed
8e2a9bb L1, L2, L3 examples, tests, benchmarks updated with XFCVDEPTH
993f801 Fixed arithm issues with XFCVDEPTH
e4ea6d7 L2 param files and L3 tests updated with XFCVDEPTH
39d531e L1, L2, L3 examples and tests updated with XFCVDEPTH
cf4cc07 Updated L1 L2 .cpp .hpp .h files
1e8b4ed Updated L2 with latest utils.mk
779fe34 Updated L1, L2 examples with XFCVDEPTH with clang formatting
523bdb6 L1, L2 functions updated with XFCVDEPTH
87dceaa Merge pull request Xilinx#308 from sumantad/tmp_branch
e2da81f Merge pull request Xilinx#320 from srujanam/next
182fc65 xf_rotate.hpp updated
d194977 Merge pull request Xilinx#317 from rgoel/next
eb8b5fc Merge remote-tracking branch 'upstream/next' into next
30cdc02 Merge pull request Xilinx#316 from kaushalk/next
fff6a54 unknown fields removed
9fb5b48 Merge remote-tracking branch 'upstream/next' into next
1321652 add PSNR and SSIM functions
083fe32 Updating filter 2d 2 core test
5bfd7c5 Merge remote-tracking branch 'upstream/next' into next
6150113 Removing constexpr so that it can work with 2021.2.1 release
576ce0c Typo fix
a4dc3dc Merge remote-tracking branch 'upstream/next' into next
5df307c Adding requze function interface with meta data handling
800d08b Some more name changes
0bfc79c Minor name changes
d2158f8 Merge remote-tracking branch 'upstream/next' into next
9da3435 Resize test for AIE1 initial version

Co-authored-by: sdausr <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants