-
Notifications
You must be signed in to change notification settings - Fork 49
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
Include cstdint for GCC 13 #112
Open
tpkessler
wants to merge
205
commits into
ROCm:amd-master
Choose a base branch
from
tpkessler:fix-stdint
base: amd-master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Change sorting so that it works with Python 3.x too
"a_string\x000" -> \"a_string\\x000\" Change-Id: I8bf054702b34577f84080080d9538b16abc996fe (cherry picked from commit 1f2723d85638aacf4c355e955d096909b249db9c)
"a_string\x000" -> \"a_string\\x000\" Change-Id: I8bf054702b34577f84080080d9538b16abc996fe (cherry picked from commit 1f2723d85638aacf4c355e955d096909b249db9c)
hipGraphs acts as a separate activity group as they have their own memory copies and their kernel dispatches and more activities, currently hip api that roctracer depend on doesn't have a way to represent this type, so we are temporarily suppressing the issue up till we have a complete support for the hipGraphs Change-Id: I5d889be05c9414530672c781e5a712d572ea4104 (cherry picked from commit bbbd177)
Change-Id: Ia814f64419615f1d77fc09fc88f11bbaf75afd45 (cherry picked from commit 553a4c7)
ROCm release v5.4.0
commit 34a9a1ced9f7c15002e56dc0dd562b443ebe85c6 Author: Ammar ELWazir <[email protected]> Date: Fri Feb 17 11:12:27 2023 -0600 Fixing rocprofilerv2 naming and CMake issues Change-Id: Ib6d336349a056731e5c0f35151296d6fea671360 commit e5439b38c25f9517ec977a943059ba2d17f1baf9 Author: Ammar ELWazir <[email protected]> Date: Fri Feb 17 09:28:06 2023 -0600 Fixing Installation Path Change-Id: I98e098f0d06e9862a5df81ddee18c3a081c6157a commit 288f98290ba727f9cccbce9c67a2b6ab5577dfb0 Author: Ammar ELWazir <[email protected]> Date: Thu Feb 16 19:48:35 2023 +0000 Fixing Packages installation path Change-Id: Ide3536b3c6050effcc9337e612375a7e5ddb6522 commit 1bfc40c8e7ea4863a448d8167bbb355f5e496dbe Author: gobhardw <[email protected]> Date: Thu Feb 16 22:19:17 2023 +0530 Fixing Jenkins unknkown build id issue with samples Change-Id: Ibae653c44115e1360ca1145ed4eaa4627a54cb4b commit 710491d8350f14a4e04d58ea70abf74b95b73dd8 Author: Sriraksha Nagaraj <[email protected]> Date: Wed Feb 15 20:09:43 2023 +0000 SWDEV-382125: Adding a description when counter is not supported on a hardware Change-Id: Ic835f59029aa1a95d32b80bf79375978e8ea9635 commit ae56bc36b17f11f4a1a4d1cd4491f6d4efe393f1 Author: Ammar ELWazir <[email protected]> Date: Tue Feb 14 22:59:52 2023 -0600 Disabling samples compilation Change-Id: Ibd4ec66cfbc4751034ad98143b9ca129947760f1 commit 108032e9cb6db7423ed7aab6ec11bd004cbb992e Author: Ammar ELWazir <[email protected]> Date: Tue Feb 14 22:32:02 2023 -0600 Disabling Samples Change-Id: Ic51ca32b14e5926620b3a21f6ec762a800f5cee1 commit 92955c33acb1984a0fe04235637780e45c89ad22 Author: Ammar ELWazir <[email protected]> Date: Tue Feb 14 21:45:03 2023 -0600 Removing the compilation of PC Sampling sample Change-Id: Ice539983e7f1d9510a2fa227a2620f0877fcbb5a commit 65984340d189d23d472f1043fb12c85590160d80 Author: Ammar ELWazir <[email protected]> Date: Tue Feb 14 18:56:43 2023 -0600 Excluding PC Sampling Sample from samples package Change-Id: I27865f8040ea519909db45041b0aaad6b786ce8e commit e96c1f7d2513a281b4928fdcd417ddb3f05d221a Author: Ranjith Ramakrishnan <[email protected]> Date: Wed Feb 1 10:47:35 2023 -0800 Get ROCm path relative to hsakmt header file path SWDEV-351540 - ROCm path was derived from hsakmt library path. For ASAN build, the library will be installed in <Install_prefix>/lib/asan rather than <Install_Prefix>/lib Since the header file installation path remains the same for ASAN and normal build, using the same for getting the ROCm path Change-Id: I735dbd3c0f67a69e833059a05851da3971098ec5 commit bf53002b108191d4d22ec52278c20217abb35680 Author: gobhardw <[email protected]> Date: Sat Feb 11 02:33:38 2023 +0530 Fixed Outpt Path and recv_0 for ATT Change-Id: I94248e217d5af14152be82cbe6095de90a489387 commit 88d319f9a6377d81af90ec916c8955bd1c0d81df Author: Ammar ELWazir <[email protected]> Date: Mon Nov 21 13:31:27 2022 -0600 Modifying Public header file with gpu index definition Change-Id: I9c07ac419b9894c6dc65daa763bbc4cd4a7511b0 commit 736a7aaf288f99840551fc4c91a95e0a4bccad66 Author: Saurabh Verma <[email protected]> Date: Fri Feb 10 16:19:03 2023 +0000 Adding Make for bulding code samples Change-Id: I7b62a4c65c5560239e69ea121c6fdaef188f709d commit 8e0280cbe8ff53c42e0877afdd222e0efd23ed3d Author: gobhardw <[email protected]> Date: Tue Feb 7 13:06:02 2023 +0530 Making ATT work with Profilerv2 Change-Id: Ic9334aa80e40faaaf5c1a79ba37dbe52e8d31253 commit d61123001e9c9953bddf0fe67c26dd9f9e66503c Author: Ammar ELWazir <[email protected]> Date: Fri Dec 2 11:16:45 2022 -0600 GPU ID issue Before, the GPU IDs were counted starting from zero, now CPU IDs are counted from zero and then GPU IDs from the last CPU_ID+1 Change-Id: I3f815195ad97933e02f249841e53b64b674370d9 commit ccf7595d44c52d73a441984ad5eacccbc985d802 Author: Ammar ELWazir <[email protected]> Date: Fri Feb 3 12:31:39 2023 -0600 Adding rocprofilerv2 Change-Id: Ic0cc280ba207d2b8f6ccae1cd4ac3184152fc1ad Change-Id: Ib34d9e875e7191061523532b80bd922cd17881e2
commit 8017bf7d80e0915158ed938b8c332cfea9861c28 Author: gobhardw <[email protected]> Date: Mon Feb 20 23:39:09 2023 +0530 updating readme for profilerv2 Change-Id: I514b5f23031a2d4a51305fe69ac838956d918e72 commit f07f05245aa804a49d4e7b95210b8ef8c1c5fcea Author: Giovanni LB <[email protected]> Date: Mon Feb 27 13:59:30 2023 -0300 SWDEV-385374: Fixed next record iteration. Change-Id: I69e86f2c27ea9a8b02cb48d876534b1dd0f6dc4f commit 423db4eb2b86ff819232bfd86d1e8e669a553708 Author: Giovanni LB <[email protected]> Date: Sat Feb 18 02:12:05 2023 -0300 SWDEV-384602: Solved issues with multiple users. Change-Id: Ie40addcbfdfce6ce45ceec8e38fc83d3d72882eb commit c0a2fdbff37df32034e7578679b3c58084cdd607 Author: Ammar ELWazir <[email protected]> Date: Wed Mar 1 12:56:04 2023 -0800 Solving failed tests for rocprofiler v1 Change-Id: I61ffc4380b077db3a23c9dbb3e680324cf7f1a4a commit d10bc3066ec7908d1b527f3a85824fca745bb86e Author: Ammar ELWazir <[email protected]> Date: Wed Mar 1 11:14:43 2023 -0800 Solving merge issues between v1 and v2 Change-Id: Ic7fcf7dfb55e893ebc78abb5b33ed79873ea73da Change-Id: I45e231e2d50ca8fcf873f14fe54af360b3935d1c
Change-Id: I2c8fb4aedfde68acaeb36cbb2e3263a0317011a7
Change-Id: If576eec4abee1a52dfe7cc5bce507420bc8a4d07
…emoved derived counters that are defined in the gfx9 base from gfx90a section to avoid duplication Change-Id: I653e116bc47fe11b57e663c2827d177149b00c5b
Change-Id: I155e63a5dc1ecbacd76d80b0df76da99b645ed9f (cherry picked from commit ab3e1b96c06f2c999bbbbe58a9f2629087eeba63)
Before, the GPU IDs were counted starting from zero, now CPU IDs are counted from zero and then GPU IDs from the last CPU_ID+1 Change-Id: I3f815195ad97933e02f249841e53b64b674370d9
… data Change-Id: I93a9dabb58abc61a4f1c8faa5b5127f62cf9e545
Change-Id: Ie18b9b78cfd865b771d6c9a36505f9bb0cbb5024
Change-Id: I4bdd26342cc85db60ea66a82a42139e61e3b9a92
Change-Id: Ieb6f98bec97e9d24ff6acc52b131a1a1a129a829
Hi @tpkessler, I found this issue myself and was just pointed to this issue by Sameer. We will make sure this fix will be included in the next release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #111