Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kstppd authored Oct 1, 2023
1 parent e17fb1e commit fc1a914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main()
   vec.clear();
}
```
`g++ main.cpp -std=c++17 -o example`
`g++ main.cpp -DSPLIT_CPU_ONLY_MODE -std=c++17 -o example`

### SplitVector: Basic Usage on device
```
Expand Down Expand Up @@ -88,7 +88,7 @@ int main()
   std::cout<<std::endl;
}
```
`g++ main.cpp -std=c++17 -o example`
`g++ main.cpp -DHASHINATOR_CPU_ONLY_MODE -std=c++17 -o example`
### Hashinator: Basic usage on device

```c++
Expand Down

0 comments on commit fc1a914

Please sign in to comment.