Skip to content

Commit

Permalink
Remove reference to OpenCL version
Browse files Browse the repository at this point in the history
Plus a slight rewording of the program description.
  • Loading branch information
simleb committed Jun 24, 2013
1 parent 32b6891 commit 8ddd327
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# clinfo

_query OpenCL parameters_
_query OpenCL platform and device parameters_


## Build
Expand Down Expand Up @@ -28,7 +28,7 @@ home directory (`$(HOME)/bin`), you can do:

Just type: `clinfo`

`clinfo` displays the OpenCL 1.1 parameters in a human readable form.
`clinfo` displays the OpenCL platform and device parameters in a human readable form.

By default, clinfo only displays a few basic parameters.
You can print them all with `-a` (or `--all`).
Expand Down
2 changes: 1 addition & 1 deletion clinfo.1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.Os Darwin
.Sh NAME
.Nm clinfo
.Nd query OpenCL parameters
.Nd query OpenCL platform and device parameters
.Sh SYNOPSIS
.Nm
.Op Fl ahlr
Expand Down

0 comments on commit 8ddd327

Please sign in to comment.