Skip to content

Commit

Permalink
Comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Mar 12, 2024
1 parent 700297f commit 832540f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions candle-kernels/src/layernorm.cu
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/*
#include <stdint.h>
#define C10_WARP_SIZE 32
Expand Down Expand Up @@ -132,3 +134,5 @@ LAYERNORM(double, layernorm_f64)
LAYERNORM_BIAS(float, layernorm_bias_f32)
LAYERNORM_BIAS(double, layernorm_bias_f64)
*/

0 comments on commit 832540f

Please sign in to comment.