Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ma-xu
/
LIVE
like
2
Runtime error
App
Files
Files
Community
2
ed7b670
LIVE
/
thrust
/
internal
/
rename_cub_namespace.sh
Xu Ma
update
1c3c0d9
over 2 years ago
raw
Copy download link
history
blame
Safe
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`