Skip to content

Commit

Permalink
fix a build error with cuda 12.5 (microsoft#20770)
Browse files Browse the repository at this point in the history
### Motivation and Context
microsoft#20765
  • Loading branch information
wangyems committed May 28, 2024
1 parent e78b18a commit 362a623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime/contrib_ops/cuda/moe/ft_moe/moe_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// Licensed under the MIT License.

#include <algorithm>
#include <cfloat>
#include <cuda.h>
#include <cuda_fp16.h>
#include <math.h>
Expand Down

0 comments on commit 362a623

Please sign in to comment.