https://github.com/horance-liu/cub-inline-variable
https://github.com/horance-liu/cub-inline-variable
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/horance-liu/cub-inline-variable
- Owner: horance-liu
- License: apache-2.0
- Created: 2021-09-12T14:14:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T14:14:41.000Z (over 3 years ago)
- Last Synced: 2025-04-15T01:49:31.771Z (14 days ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cub-inline-variable
## Build
```
$ mkdir build && cd build
$ cmake -DCUB_RUN_TESTS=on ..
$ make
$ make test
```