We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de075e commit 36ad779Copy full SHA for 36ad779
.github/workflows/build-all-rapids-repos.yml
@@ -53,14 +53,6 @@ jobs:
53
# Never fallback to locally compiling
54
export SCCACHE_DIST_FALLBACK_TO_LOCAL_COMPILE=false
55
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
-
64
# Install the latest sccache client
65
devcontainer-utils-install-sccache --repo trxcllnt/sccache;
66
0 commit comments