Skip to content

Commit

Permalink
ppl are struggling with understanding DSO and .so extension (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekgfb authored and malfet committed Jul 17, 2024
1 parent bf66ac0 commit f6b0a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ NOTE: If your machine has cuda add this flag for performance

### Running native using our C++ Runner

The end-to-end C++ [runner](runner/run.cpp) runs an `*.so` file
The end-to-end C++ [runner](runner/run.cpp) runs a [DSO](https://en.wikipedia.org/wiki/Shared_library) model (represented by a file with extension `.so`)
exported in the previous step.

To build the runner binary on your Mac or Linux:
Expand Down

0 comments on commit f6b0a8d

Please sign in to comment.