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

Update readme

parent 7e198bce
No related branches found
No related tags found
1 merge request!5Use CMake and upgrade to cudawrappers 0.6.0
Pipeline #60170 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