Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
SWDEV-361847 - Print 'char' parameters as 'integer'
Browse files Browse the repository at this point in the history
When printing HIP API function parameters, use the integer format to
print 'char' arguments to avoid printing invalid ASCII characters
(value > 127).

Make sure the roctracer::hip_support::detail operator<< overloads are
used when printing arguments.

Change-Id: Id072c2ed19b1b4166108599e393d1cae6c54b6b0
(cherry picked from commit a795dd0ccf1e6c61fe50af962ae91011f7461f1a)
  • Loading branch information
lmoriche committed Oct 14, 2022
1 parent ebe3ab4 commit 659cc19
Show file tree
Hide file tree
Showing 2 changed files with 1,040 additions and 1,040 deletions.
Loading

0 comments on commit 659cc19

Please sign in to comment.