Skip to content

Commit

Permalink
Updated README build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
asadchev committed Oct 25, 2023
1 parent 80cc4a7 commit 614f012
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@ Until version 1.0 this will remain EXPERIMENTAL code development; expect things
- CUDA toolkit, version 11 or higher (optional)

## Building
- configure: `cmake -S /path/to/libintx/top/source/dir -B /path/to/build/dir [-DLIBINTX_ENABLE_CUDA=ON]`
- build: `cmake --build /path/to/build/dir`
- test: `cd /path/to/build/dir && ctest`
- configure: `cd libintx`
`cmake -B ./build`
`cd ./build`
+cuda: `cmake -DLIBINTX_ENABLE_CUDA=ON -DCMAKE_CUDA_ARCHITECTURES=70 .`
+libint2: `cmake -DLIBINTX_LIBINT2=ON .`
- build: `cmake --build .`
- benchmarks: `cmake --build . --target libintx.cuda.benchmarks`
`./tests/libintx.cuda.benchmarks`

# Using

Expand Down

0 comments on commit 614f012

Please sign in to comment.