You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attemptting to run the test in Vitis_Libraries/graph/L3/tests/cosineSimilaritySSDense. I ran the command "make run TARGET=hw". It reported that "Segmentation fault (core dumped)".
The error occurs in the col.169 of "Vitis_Libraries/graph/L3/tests/cosineSimilaritySSDense/test_cosineSimilaritySSDense.cpp"
This error consistently occurs when executing functions such as "addOp" and "setUp" in "xf_graph_L3.cpp", resulting in memory errors.
Any insight/guidance to solving this issue? @vt-lib-support
The text was updated successfully, but these errors were encountered:
I am attemptting to run the test in Vitis_Libraries/graph/L3/tests/cosineSimilaritySSDense. I ran the command "make run TARGET=hw". It reported that "Segmentation fault (core dumped)".
The error occurs in the col.169 of "Vitis_Libraries/graph/L3/tests/cosineSimilaritySSDense/test_cosineSimilaritySSDense.cpp"
This error consistently occurs when executing functions such as "addOp" and "setUp" in "xf_graph_L3.cpp", resulting in memory errors.
Any insight/guidance to solving this issue? @vt-lib-support
The text was updated successfully, but these errors were encountered: