File: librocm-dbgapi0

package info (click to toggle)
rocdbgapi 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,648 kB
  • sloc: cpp: 20,818; ansic: 854; sh: 7; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#!/bin/bash

rocminfo_path="$(type -p rocminfo)"
if [ -n "$rocminfo_path" ]; then
  yesno "Attach output of 'rocminfo' to this bug report? (y/N) "
  if [ "$REPLY" = "yep" ]; then
    rocminfo >&3
  fi
fi