Skip to content

Commit 31544a3

Browse files
author
kvshbg-aws
committed
small fix to remove unwanted var
1 parent b19c028 commit 31544a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch_xla/csrc/init_python_bindings.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2270,7 +2270,6 @@ void InitXlaModuleBindings(py::module m) {
22702270
[](const std::vector<at::Tensor>& tensors, const std::string& device,
22712271
const std::vector<std::string>& devices,
22722272
bool emit_bytecode) -> py::bytes {
2273-
NoGilSection nogil;
22742273
EmitMode mode = emit_bytecode ? EmitMode::kStableHloBytecode
22752274
: EmitMode::kStableHloReadable;
22762275
std::vector<XLATensorPtr> xtensors;

0 commit comments

Comments
 (0)