File: libhipblas2

package info (click to toggle)
hipblas 6.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,548 kB
  • sloc: cpp: 209,856; f90: 49,800; python: 4,680; ansic: 1,141; sh: 799; makefile: 50; xml: 23
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