Skip to content

Commit

Permalink
fix fast_ln compile error (#8650)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepllz committed Jun 25, 2024
1 parent 11a7fd3 commit 007b653
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions legacy/model_zoo/gpt-3/external_ops/fast_ln/ln.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

#pragma once

#include <cstdint>
#include <cstdio>

#include <cuda_bf16.h>
#include <cuda_fp16.h>
#include <unordered_map>
Expand Down

0 comments on commit 007b653

Please sign in to comment.