mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Set test owners for jit tests (#66808)
Summary: Action following https://github.com/pytorch/pytorch/issues/66232 Pull Request resolved: https://github.com/pytorch/pytorch/pull/66808 Reviewed By: mrshenli Differential Revision: D31761414 Pulled By: janeyx99 fbshipit-source-id: baf8c49ff9c4bcda7b0ea0f6aafd26380586e72d
This commit is contained in:
parent
364c4959c3
commit
09c7771e9c
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from torch.testing._internal.common_utils import TestCase
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
from torch.testing import FileCheck
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
import torch
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
import io
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from torch.testing import FileCheck
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import inspect
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import gc
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import io
|
||||
import os
|
||||
import shutil
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import io
|
||||
import unittest
|
||||
from itertools import product
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
import torch
|
||||
import torch._C
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from typing import List, Tuple
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import torch
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
from textwrap import dedent
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import inspect
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
from typing import Any, Dict, List, Optional, Tuple
|
||||
|
||||
from torch.testing._internal.jit_utils import JitTestCase, make_global
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import unittest
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
# flake8: noqa
|
||||
# TODO: enable linting check for this file
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: mobile"]
|
||||
|
||||
import torch
|
||||
import torch._C
|
||||
import torch.backends.xnnpack
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
|
||||
import torch
|
||||
from torch import nn
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import torch
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from torch.testing._internal.jit_utils import JitTestCase, RUN_CUDA, _inline_everything
|
||||
from torch import nn
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import tempfile
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from torch.testing._internal.jit_utils import JitTestCase
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import types
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
from itertools import product as product
|
||||
from typing import NamedTuple, Optional
|
||||
import io
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import warnings
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
from torch.testing._internal.jit_utils import JitTestCase, execWrapper
|
||||
import operator
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import unittest
|
||||
import io
|
||||
import os
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import io
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
from collections import namedtuple
|
||||
from typing import Dict, List, Optional, Tuple
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import io
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
import io
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import torch
|
||||
|
||||
# This is how we include tests located in test/jit/...
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import unittest
|
||||
import os
|
||||
import random
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import sys
|
||||
import os
|
||||
import contextlib
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import unittest
|
||||
import os
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import sys
|
||||
sys.argv.append("--jit_executor=legacy")
|
||||
from test_jit_fuser import * # noqa: F403
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import sys
|
||||
sys.argv.append("--jit_executor=legacy")
|
||||
from test_jit import * # noqa: F403
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import sys
|
||||
sys.argv.append("--jit_executor=profiling")
|
||||
from test_jit import * # noqa: F403
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
import sys
|
||||
sys.argv.append("--jit_executor=simple")
|
||||
from test_jit import * # noqa: F403
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
# Owner(s): ["oncall: jit"]
|
||||
|
||||
from test_jit import JitTestCase
|
||||
from torch.testing._internal.common_utils import run_tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user