We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e03b78 commit 2c3b567Copy full SHA for 2c3b567
config/cuda.am
@@ -31,3 +31,9 @@ endef
31
32
CUDA_DEP_FILES := $(shell find $(DEPDIR)/cuda/ -type f -name *.d 2>/dev/null)
33
-include $(CUDA_DEP_FILES)
34
+
35
+clean-local:
36
+ -rm -rf $(DEPDIR)/cuda
37
38
+distclean-local:
39
src/uct/ib/mlx5/gdaki/configure.m4
@@ -27,6 +27,11 @@ AS_IF([test "x$cuda_happy" = "xyes"],
27
]) # "x$with_doca_gpunetio" != "xguess"
28
]) # "x$with_doca_gpunetio" != "xno"
29
30
+ AS_IF([test "x$CUDA_MAJOR_VERSION" = "x12" -a "x$CUDA_MINOR_VERSION" = "x9"],
+ [
+ GPUNETIO_CFLAGS="$GPUNETIO_CFLAGS -D_LIBCUDACXX_ATOMIC_UNSAFE_AUTOMATIC_STORAGE"
+ ])
save_CPPFLAGS="$CPPFLAGS"
CPPFLAGS="$CPPFLAGS $CUDA_CFLAGS $GPUNETIO_CFLAGS"
0 commit comments