Skip to content

Commit bd01434

Browse files
committed
space
1 parent acf84de commit bd01434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

csrc/nv_internal/tensorrt_llm/thop/fp4Quantize.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ void fp4_quantize(Tensor self, Optional<Tensor> const& globalScale, Tensor value
3333

3434
void fp4_batched_quantize(Tensor self, Optional<Tensor> const& mask, Tensor globalScale,
3535
Tensor valueE2M1, Tensor scaleFP8SF, int64_t sfVecSize, bool sfUseUE8M0);
36+
3637
void silu_and_mul_fp4_batched_quantize(Tensor const& self, Tensor const& mask,
3738
Tensor const& globalScale, Tensor valueE2M1,
3839
Tensor scaleFP8SF, int64_t sfVecSize);

0 commit comments

Comments
 (0)