Skip to content

Commit

Permalink
TL/CUDA: fix clang compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov committed Nov 22, 2024
1 parent 1e3b3ad commit fe7f04a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/tl/cuda/bcast/bcast_linear.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

#include "bcast.h"

#include <stdbool.h>

enum {
// Barrier setup
STAGE_INIT_BAR_ROOT,
Expand Down

0 comments on commit fe7f04a

Please sign in to comment.