Skip to content

Commit

Permalink
TL/CUDA: fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
ikryukov authored and Ilya Kryukov committed Oct 28, 2024
1 parent 5b8c8c7 commit 87c4424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tl/cuda/bcast/bcast_linear.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* See file LICENSE for terms.
*/

#include "bcast/bcast.h"
#include "bcast.h"

enum {
STAGE_SYNC,
Expand Down

0 comments on commit 87c4424

Please sign in to comment.