Skip to content

Commit

Permalink
REVIEW: address failures
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrol aderholdt committed Jan 16, 2025
1 parent 4a2f9c6 commit 9452315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/ucc_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include "utils/ucc_proc_info.h"
#include "components/topo/ucc_topo.h"

#define UCC_MEM_MAP_TL_NAME_LEN 8

typedef struct ucc_lib_info ucc_lib_info_t;
typedef struct ucc_cl_context ucc_cl_context_t;
typedef struct ucc_tl_context ucc_tl_context_t;
Expand Down Expand Up @@ -101,7 +103,7 @@ typedef enum {

typedef struct ucc_mem_map_tl_t {
size_t packed_size;
char tl_name[8];
char tl_name[UCC_MEM_MAP_TL_NAME_LEN];
void *tl_data; /* tl specific data */
} ucc_mem_map_tl_t;

Expand Down

0 comments on commit 9452315

Please sign in to comment.