Skip to content

Commit

Permalink
Update fn name
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Mar 12, 2024
1 parent 832540f commit 9140e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle-kernels/src/layernorm_kernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extern "C" __global__ void rms_norm_f64(

#if __CUDA_ARCH__ >= 800
#include <cuda_bf16.h>
extern "C" __global__ void rms_norm_f64(
extern "C" __global__ void rms_norm_bf16(
__nv_bfloat16 *__restrict__ out, \
const __nv_bfloat16 *__restrict__ input, \
const double epsilon, const uint32_t num_tokens, \
Expand Down

0 comments on commit 9140e50

Please sign in to comment.