Skip to content

Commit 007b653

Browse files
authored
fix fast_ln compile error (#8650)
1 parent 11a7fd3 commit 007b653

File tree

1 file changed

+3
-0
lines changed
  • legacy/model_zoo/gpt-3/external_ops/fast_ln

1 file changed

+3
-0
lines changed

legacy/model_zoo/gpt-3/external_ops/fast_ln/ln.h

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
#pragma once
2222

23+
#include <cstdint>
24+
#include <cstdio>
25+
2326
#include <cuda_bf16.h>
2427
#include <cuda_fp16.h>
2528
#include <unordered_map>

0 commit comments

Comments
 (0)