Skip to content

Commit

Permalink
Update README to reflect new structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitagarwal003 committed Nov 1, 2017
1 parent 144c69f commit b49be04
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ The [NVML API
Reference](http://docs.nvidia.com/deploy/nvml-api/nvml-api-reference.html)
describe various methods that are available as part of NVML.

The `nvml/nvml.h` file is included in this repository so that we don't depend on
The `nvml.h` file is included in this repository so that we don't depend on
the presence of NVML in the build environment.

The `nvml/nvml_dl.c` uses `dlopen` to dynamically load NVML and makes its
functions available.

The `bindings.go` file is the cgo bridge which calls the NVML functions.
The `bindings.go` file is the cgo bridge which calls the NVML functions. The
cgo preamble in `bindings.go` uses `dlopen` to dynamically load NVML and makes
its functions available.

0 comments on commit b49be04

Please sign in to comment.