File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,9 @@ function run_torch_op_tests {
123
123
run_test_without_functionalization " $_TEST_DIR /../../test/test_view_ops.py" " $@ " -v TestViewOpsXLA
124
124
run_test " $_TEST_DIR /../../test/test_torch.py" " $@ " -v TestTorchDeviceTypeXLA
125
125
run_dynamic " $_TEST_DIR /../../test/test_torch.py" " $@ " -v TestDevicePrecisionXLA
126
- run_test " $_TEST_DIR /../../test/test_torch.py" " $@ " -v TestTensorDeviceOpsXLA
126
+ # TODO https://github.com/pytorch/xla/issues/9459: Investigate why this
127
+ # doesn't run any tests.
128
+ # run_test "$_TEST_DIR/../../test/test_torch.py" "$@" -v TestTensorDeviceOpsXLA
127
129
run_test " $_TEST_DIR /../../test/test_indexing.py" " $@ " -v TestIndexingXLA
128
130
run_test " $_TEST_DIR /../../test/test_indexing.py" " $@ " -v NumpyTestsXLA
129
131
# run_dynamic "$_TEST_DIR/../../test/test_nn.py" "$@" -v TestNNDeviceTypeXLA
Original file line number Diff line number Diff line change @@ -2268,7 +2268,6 @@ void InitXlaModuleBindings(py::module m) {
2268
2268
[](const std::vector<at::Tensor>& tensors, const std::string& device,
2269
2269
const std::vector<std::string>& devices,
2270
2270
bool emit_bytecode) -> py::bytes {
2271
- NoGilSection nogil;
2272
2271
EmitMode mode = emit_bytecode ? EmitMode::kStableHloBytecode
2273
2272
: EmitMode::kStableHloReadable ;
2274
2273
std::vector<XLATensorPtr> xtensors;
You can’t perform that action at this time.
0 commit comments