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
commit a7d8bd5
Author: Ammar ELWazir <[email protected]>
Date: Wed Nov 8 16:33:01 2023 +0000
SWDEV-430956: resolving the issue with V1 script reading long kernel names
Change-Id: I30069e28dbcc8edf2b4b41a8afd6ca4014427da7
commit dbfe955
Author: Ammar ELWazir <[email protected]>
Date: Mon Oct 30 16:53:21 2023 +0000
Fixing initialization of ROCTx for the tool in the default constructor
Change-Id: I12a3bbde4420a9eb8d734c546169a11cb23237dd
commit c46a118
Author: Ammar ELWazir <[email protected]>
Date: Fri Oct 27 00:51:55 2023 +0000
Updating Golden Traces
Change-Id: I1234bcbe7eff8e53855e23e246d821102672006d
commit 7e8348b
Author: Ammar ELWazir <[email protected]>
Date: Wed Oct 25 13:51:58 2023 +0000
Adding Kernel Names instead Kernel Execution
Change-Id: I102a8e741eeee18d240a62ff33e9b94e8f57d5ff
commit d4c2546
Author: gobhardw <[email protected]>
Date: Wed Oct 25 20:02:27 2023 +0530
SWDEV-408936 solving rocprof hang due to early initialization
Change-Id: Ia9c52f3b4c7ff191054cef40208f26b28f021378
commit 54777ec
Author: Benjamin Welton <[email protected]>
Date: Thu Oct 19 15:26:15 2023 +0000
Replace direct file out with stringstream
Change-Id: Id0a00d918df88d0031f9c8f847e65b416c09bf77
commit 38ba630
Author: Benjamin Welton <[email protected]>
Date: Wed Oct 18 05:00:56 2023 +0000
Added ROCTRACER_BUFFER_SIZE to set buffer size
[SWDEV-418917] reported that timing skew was being introduced by
roctracer. Most of the cause of this problem seems to stem from outrunning
the double buffering scheme that we use in memory_pool (part of the
reason for this outrun is due to File writing being slow). A semi-quick
fix that may be able to last until RocProf v2 is complete is to allow
adjustment of the buffer size. ROCTRACER_BUFFER_SIZE env variable was
introduced here which allows setting the buffer size of tracer tool.
By increasing the buffer size, an ~8% reduction in execution time when timing
on the program side. This should also reduce the frequency of large delays
when we outrun the buffer. Note: increasing this size dramatically can cause
slow startups (i.e. above 50MB).
Change-Id: I98c4316cfe93a043623ae2669cfe1a5abb55c990
Change-Id: I1471f6d3bc3505c967da6443552213e80c5573a7
0 commit comments