Skip to content

Commit fd117a5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 83e6c1b commit fd117a5

File tree

1 file changed

+1
-1
lines changed
  • transformer_engine/pytorch/csrc/extensions

1 file changed

+1
-1
lines changed

transformer_engine/pytorch/csrc/extensions/gemm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ std::vector<py::object> gemm(py::handle A, bool transa, py::handle B, bool trans
290290
}
291291
}
292292
}
293-
if (unfused_quantization_needed){
293+
if (unfused_quantization_needed) {
294294
// Quantize the output
295295
std::unique_ptr<Quantizer> my_quantizer = convert_quantizer(quantizer);
296296
my_quantizer->quantize(unquantized_D_tensor, D_tensor);

0 commit comments

Comments
 (0)