LIVE / thrust /internal /rename_cub_namespace.sh
Xu Ma
update
1c3c0d9
raw
history blame
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`