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

Gprof #6

Closed
gkrislara opened this issue Dec 18, 2019 · 1 comment
Closed

Gprof #6

gkrislara opened this issue Dec 18, 2019 · 1 comment

Comments

@gkrislara
Copy link

I followed all steps given in convolution tutorial executed the executable file convolve as given but while executing the gprof command
gprof convolve gmon.out> gprofresult.txt
I get this
gmon.out: No such file or directory

Where I am going wrong?

@gkrislara
Copy link
Author

problem resolved:
I modified the following code in makefile from
CXX_FLAGS= -std=c++0x -O3
LD_FLAGS= -O3

to
CXX_FLAGS= -pg -std=c++0x -O3
LD_FLAGS= -pg -O3

it worked!!

rwarmstr added a commit that referenced this issue Oct 22, 2020
Merge Get Moving with Alveo tutorial content
rwarmstr added a commit that referenced this issue Oct 23, 2020
Merge Get Moving with Alveo tutorial content
rwarmstr added a commit that referenced this issue Oct 26, 2020
Merge Get Moving with Alveo tutorial content
rwarmstr added a commit that referenced this issue Oct 26, 2020
Merge Get Moving with Alveo tutorial content
rwarmstr added a commit that referenced this issue Jan 27, 2021
Merge Get Moving with Alveo tutorial content

Former-commit-id: f749dd6 [formerly a4cddac]
Former-commit-id: cb15749928ce1fcd58d2424073563c57c63b9e46
rwarmstr added a commit that referenced this issue Jan 27, 2021
Merge Get Moving with Alveo tutorial content

Former-commit-id: a4cddac
rwarmstr added a commit that referenced this issue Jan 27, 2021
Merge Get Moving with Alveo tutorial content

Former-commit-id: f749dd6 [formerly f749dd6 [formerly a4cddac]]
Former-commit-id: cb15749928ce1fcd58d2424073563c57c63b9e46
Former-commit-id: b8619b3
imrickysu pushed a commit that referenced this issue Aug 20, 2021
Merge Get Moving with Alveo tutorial content

Former-commit-id: a4cddac
vmayoral pushed a commit to vmayoral/Vitis-Tutorials that referenced this issue Jan 20, 2022
Merge Get Moving with Alveo tutorial content

Former-commit-id: 85ed813 [formerly 85ed813 [formerly a4cddac]]
Former-commit-id: cb15749928ce1fcd58d2424073563c57c63b9e46
Former-commit-id: b8619b3
vmayoral pushed a commit to vmayoral/Vitis-Tutorials that referenced this issue Jan 20, 2022
CRTejaswi pushed a commit to CRTejaswi/amd-vitis that referenced this issue Oct 3, 2023
6e89d0b Merge pull request Xilinx#159 from mlechtan/next
9d78580 FFT QoR Repair, correcting int odd power of 2 dynamic cases.
c376fd0 Merge pull request Xilinx#157 from mlechtan/next
37e2fc5 Documentation update.
2c448e8 Updating FFT QoR figures.
58ccac7 Merge pull request Xilinx#156 from mlechtan/next
6b9dbae FFT QoR Repair, fix for dyn point size cases
6259da8 Updating stats to extract extrema for multi-kernel configurations.
113ff1d Merge pull request Xilinx#6 from FaaSApps/next
c5deabd restore matrix_mult case to AIE-only (Xilinx#155)
8852e38 Merge pull request Xilinx#154 from dbee/dbee-int32-input-stim
f358d9a Add testcase to specifically test int32
3e3de06 Update gen_input calls
608e49d Merge pull request Xilinx#5 from FaaSApps/next
100a68d FFT QoR Repair, removing unroll_for.
0b6f2b1 Merge pull request Xilinx#153 from giorgiob/patch-2
d40d8a9 fix typo

Co-authored-by: sdausr <sdausr@xilinx.com>

test regression has passed.
CRTejaswi pushed a commit to CRTejaswi/amd-vitis that referenced this issue Oct 3, 2023
b748cff Merge pull request Xilinx#172 from dbee/matMultWorkaround
5403577 Workaround for mmult crash
2bd7283 Merge pull request Xilinx#7 from FaaSApps/next
daf4e35 Merge pull request Xilinx#170 from mlechtan/next
825ba21 Update benchmark.rst
0fae79b Merge pull request Xilinx#169 from mlechtan/next
c490ea7 Merge pull request Xilinx#166 from mlechtan/next
b674375 Updating QoR csv files, based on 15/10/2021 QoR run.
6ac4745 Updating docs as per review comments.
ae835fe Merge pull request Xilinx#167 from dbee/dbee-example-removal
dcd477c Change links so that they point to HEAD branch
8a83c5e Merge pull request Xilinx#6 from FaaSApps/next
93fb1cb Delete image7.png
aebeaaf Delete image6.png
e474625 Delete image5.png
3774bd4 Remove
4dc6efc Regenerating Makefiles with generator v2.0.4
ac18277 Merge pull request Xilinx#164 from mlechtan/next
ae2a0a0 Updating docs as per review comments.

Co-authored-by: sdausr <sdausr@xilinx.com>
CRTejaswi pushed a commit to CRTejaswi/amd-vitis that referenced this issue Oct 3, 2023
8464630 Merge pull request Xilinx#12 from tuol/update_relnote
d39b78b mark Jinja2 issue in release note
263412f Merge pull request Xilinx#10 from liyuanz/update_makefile
1cf0a4c update
bc2ba6c Merge pull request Xilinx#8 from liyuanz/next
52c5d5e update
b29ef34 Remove Utils staff (Xilinx#6)
52be29f Std fix (Xilinx#5)
c780838 Merge pull request Xilinx#4 from yuanjieh/fix-CR-1159094
31b1cc6 Fix CR-1159094

Co-authored-by: sdausr <sdausr@xilinx.com>
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

1 participant