Skip to content

Commit 36ad779

Browse files
committed
remove cub and thrust namespace mangling flags
1 parent 1de075e commit 36ad779

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build-all-rapids-repos.yml

-8
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ jobs:
5353
# Never fallback to locally compiling
5454
export SCCACHE_DIST_FALLBACK_TO_LOCAL_COMPILE=false
5555
56-
# Disable CUB/Thrust arch-dependent namespaces.
57-
# These prevent reusing ptx and cubins from multi-arch
58-
# compilations in single-arch subset compilations.
59-
for VAR in CFLAGS CXXFLAGS CUDAFLAGS; do
60-
export "$VAR=${!VAR:+${!VAR} }-DCUB_DISABLE_NAMESPACE_MAGIC -DCUB_IGNORE_NAMESPACE_MAGIC_ERROR"
61-
export "$VAR=${!VAR:+${!VAR} }-DTHRUST_DISABLE_ABI_NAMESPACE -DTHRUST_IGNORE_ABI_NAMESPACE_ERROR"
62-
done
63-
6456
# Install the latest sccache client
6557
devcontainer-utils-install-sccache --repo trxcllnt/sccache;
6658

0 commit comments

Comments
 (0)