Skip to content

Commit cd417f5

Browse files
kvshbg-awskvshbg-aws
authored andcommitted
small fix to remove unwanted var
1 parent 23682f9 commit cd417f5

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
@@ -2316,7 +2316,6 @@ void InitXlaModuleBindings(py::module m) {
23162316
[](const std::vector<at::Tensor>& tensors, const std::string& device,
23172317
const std::vector<std::string>& devices,
23182318
bool emit_bytecode) -> py::bytes {
2319-
NoGilSection nogil;
23202319
EmitMode mode = emit_bytecode ? EmitMode::kStableHloBytecode
23212320
: EmitMode::kStableHloReadable;
23222321
std::vector<XLATensorPtr> xtensors;

0 commit comments

Comments
 (0)