Skip to content
Snippets Groups Projects
Commit 5f6e841b authored by Bram Veenboer's avatar Bram Veenboer
Browse files

Update readme

parent 8df8ec06
No related branches found
No related tags found
No related merge requests found
Pipeline #60168 passed
......@@ -97,4 +97,18 @@ srun -N 1 --gres=gpu:A4000:1 make -C build test
Note that in the command above a node with a NVIDIA A4000 GPU is requested, because the tests require a GPU that has tensor cores.
## Example usage
The `example` subdirectory has a minimal example that demonstrates how this
library can be integrated in another project. This example assumes that you
pre-installed both this library (`libtcc`) and `cudawrappers`. E.g. when
`libtcc` is installed in `<prefix>/libtcc` and `cudawrappers` is installed in
`<prefix>/cudawrappers`, you can build the example by running:
```bash
cmake . -DCMAKE_PREFIX_PATH="<prefix>/cudawrappers;<prefix>/tcc"
make
./example
```
## Bugs/feedback
Contact John Romein (romein@astron.nl) to report bugs/feedback
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment