Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
thrust
like
0
Model card
Files
Files and versions
Community
main
thrust
/
internal
/
rename_cub_namespace.sh
camenduru
thanks to nvidia ❤
8ae5fc5
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
188 Bytes
#! /bin/bash
# Run this in //sw/gpgpu/thrust/thrust/system/cuda/detail/cub to add a THRUST_
# prefix to CUB's namespace macro.
sed -i -e
's/CUB_NS_P/THRUST_CUB_NS_P/g'
`find . -
type
f`