Skip to content

Commit 940a902

Browse files
kvshbg-awskvshbg-aws
authored andcommitted
small fix to remove unwanted var
1 parent 1cfe785 commit 940a902

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
@@ -2278,7 +2278,6 @@ void InitXlaModuleBindings(py::module m) {
22782278
[](const std::vector<at::Tensor>& tensors, const std::string& device,
22792279
const std::vector<std::string>& devices,
22802280
bool emit_bytecode) -> py::bytes {
2281-
NoGilSection nogil;
22822281
EmitMode mode = emit_bytecode ? EmitMode::kStableHloBytecode
22832282
: EmitMode::kStableHloReadable;
22842283
std::vector<XLATensorPtr> xtensors;

0 commit comments

Comments
 (0)