mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add ownership to more edge tests (#67859)
Summary: Fixes https://github.com/pytorch/pytorch/issues/66232 This should be the last immediate task. I anticipate test ownership will change overtime but this is the last big thing to close it out Pull Request resolved: https://github.com/pytorch/pytorch/pull/67859 Reviewed By: soulitzer Differential Revision: D32210534 Pulled By: janeyx99 fbshipit-source-id: 7fd835d87d9d35d49ec49de1fcfa29b085133e99
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9dafb6434b
commit
a4a6d056e6
@ -1,7 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: unknown"]
|
||||||
|
|
||||||
|
|
||||||
from torch.testing._internal.common_utils import run_tests
|
from torch.testing._internal.common_utils import run_tests
|
||||||
|
|
||||||
# Kernels
|
# Kernels
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["oncall: mobile"]
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
import torch.utils.bundled_inputs
|
import torch.utils.bundled_inputs
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["oncall: mobile"]
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["oncall: mobile"]
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import ctypes
|
import ctypes
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["oncall: mobile"]
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
from torch.testing._internal.common_utils import TestCase, run_tests
|
from torch.testing._internal.common_utils import TestCase, run_tests
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["oncall: mobile"]
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
import io
|
import io
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["oncall: mobile"]
|
||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user