Skip to content

Commit e3ae85a

Browse files
JeynmannZroiedanino
authored andcommitted
UCT/DEVICE: fix ci check
1 parent cca6182 commit e3ae85a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/uct/ib/mlx5/ib_mlx5_ext.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
#include <ucs/debug/log.h>
212
#include <ucs/debug/assert.h>
313
#include <ucs/sys/stubs.h>

src/uct/ib/mlx5/ib_mlx5_ext.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* Copyright (c) NVIDIA CORPORATION & AFFILIATES, 2026. ALL RIGHTS RESERVED.
3+
*
4+
* See file LICENSE for terms.
5+
*/
6+
17
#ifndef UCT_IB_MLX5_EXT_H_
28
#define UCT_IB_MLX5_EXT_H_
39

0 commit comments

Comments
 (0)