We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca6182 commit e3ae85aCopy full SHA for e3ae85a
2 files changed
src/uct/ib/mlx5/ib_mlx5_ext.c
@@ -1,3 +1,13 @@
1
+/**
2
+ * Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2026. ALL RIGHTS RESERVED.
3
+ *
4
+ * See file LICENSE for terms.
5
+ */
6
+
7
+#ifdef HAVE_CONFIG_H
8
+# include "config.h"
9
+#endif
10
11
#include <ucs/debug/log.h>
12
#include <ucs/debug/assert.h>
13
#include <ucs/sys/stubs.h>
src/uct/ib/mlx5/ib_mlx5_ext.h
@@ -1,3 +1,9 @@
#ifndef UCT_IB_MLX5_EXT_H_
#define UCT_IB_MLX5_EXT_H_
0 commit comments