def main()

in gpu/find_cuda_config.py [0:0]


def main():
  try:
    for key, value in sorted(find_cuda_config().items()):
      print("%s: %s" % (key, value))
  except ConfigError as e:
    sys.stderr.write(str(e))
    sys.exit(1)