Skip to content

Conversation

@facebook-github-bot
Copy link
Contributor

facebook-github-bot commented Jun 30, 2021

🔗 Helpful links

💊 CI failures summary and remediations

As of commit d596dde (more details on the Dr. CI page):


  • 8/8 failures introduced in this PR

🕵️ 8 new failures recognized by patterns

The following CI failures do not appear to be due to upstream breakages:

See GitHub Actions build linux-xenial-py3.7-gcc7 / test (default, 1, 2, linux.2xlarge) (1/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T06:23:31.6803300Z FAIL [0.080s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:23:31.6800379Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T06:23:31.6800781Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2154, in assertEqual
2022-03-14T06:23:31.6801037Z     msg=msg,
2022-03-14T06:23:31.6801359Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1074, in assert_equal
2022-03-14T06:23:31.6801628Z     raise error_metas[0].to_error()
2022-03-14T06:23:31.6802075Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T06:23:31.6802463Z         {torch.float64, torch.float32}, but the detected supported dtypes are {torch.float64, torch.float32, torch.bfloat16}.
2022-03-14T06:23:31.6802802Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T06:23:31.6802968Z 
2022-03-14T06:23:31.6803044Z ======================================================================
2022-03-14T06:23:31.6803300Z FAIL [0.080s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:23:31.6803663Z ----------------------------------------------------------------------
2022-03-14T06:23:31.6803900Z Traceback (most recent call last):
2022-03-14T06:23:31.6804298Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2022-03-14T06:23:31.6804582Z     result = test(self, **param_kwargs)
2022-03-14T06:23:31.6804966Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 761, in test_wrapper
2022-03-14T06:23:31.6805332Z     return test(*args, **kwargs)
2022-03-14T06:23:31.6805688Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 796, in dep_fn
2022-03-14T06:23:31.6805963Z     return fn(slf, *args, **kwargs)
2022-03-14T06:23:31.6806321Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 954, in only_fn
2022-03-14T06:23:31.6806598Z     return fn(self, *args, **kwargs)

See GitHub Actions build linux-xenial-py3.7-clang7-asan / test (default, 1, 3, linux.2xlarge) (2/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T08:37:14.4748680Z FAIL [0.240s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T08:37:14.4745657Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T08:37:14.4746073Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2154, in assertEqual
2022-03-14T08:37:14.4746327Z     msg=msg,
2022-03-14T08:37:14.4746853Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1074, in assert_equal
2022-03-14T08:37:14.4747126Z     raise error_metas[0].to_error()
2022-03-14T08:37:14.4747402Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T08:37:14.4747843Z         {torch.float32, torch.float64}, but the detected supported dtypes are {torch.float32, torch.bfloat16, torch.float64}.
2022-03-14T08:37:14.4748184Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T08:37:14.4748338Z 
2022-03-14T08:37:14.4748426Z ======================================================================
2022-03-14T08:37:14.4748680Z FAIL [0.240s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T08:37:14.4749029Z ----------------------------------------------------------------------
2022-03-14T08:37:14.4749280Z Traceback (most recent call last):
2022-03-14T08:37:14.4749678Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2022-03-14T08:37:14.4749960Z     result = test(self, **param_kwargs)
2022-03-14T08:37:14.4750347Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 761, in test_wrapper
2022-03-14T08:37:14.4750617Z     return test(*args, **kwargs)
2022-03-14T08:37:14.4750986Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 796, in dep_fn
2022-03-14T08:37:14.4751264Z     return fn(slf, *args, **kwargs)
2022-03-14T08:37:14.4751622Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 954, in only_fn
2022-03-14T08:37:14.4751896Z     return fn(self, *args, **kwargs)

See GitHub Actions build linux-bionic-py3.7-clang9 / test (noarch, 1, 1, linux.2xlarge) (3/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T06:43:46.1020826Z FAIL [0.083s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:43:46.1017301Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T06:43:46.1018019Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2154, in assertEqual
2022-03-14T06:43:46.1018501Z     msg=msg,
2022-03-14T06:43:46.1018864Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1074, in assert_equal
2022-03-14T06:43:46.1019133Z     raise error_metas[0].to_error()
2022-03-14T06:43:46.1019422Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T06:43:46.1019954Z         {torch.float64, torch.float32}, but the detected supported dtypes are {torch.float64, torch.float32, torch.bfloat16}.
2022-03-14T06:43:46.1020324Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T06:43:46.1020492Z 
2022-03-14T06:43:46.1020582Z ======================================================================
2022-03-14T06:43:46.1020826Z FAIL [0.083s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:43:46.1021189Z ----------------------------------------------------------------------
2022-03-14T06:43:46.1021425Z Traceback (most recent call last):
2022-03-14T06:43:46.1021824Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2022-03-14T06:43:46.1022125Z     result = test(self, **param_kwargs)
2022-03-14T06:43:46.1022497Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 761, in test_wrapper
2022-03-14T06:43:46.1022783Z     return test(*args, **kwargs)
2022-03-14T06:43:46.1023247Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 796, in dep_fn
2022-03-14T06:43:46.1023746Z     return fn(slf, *args, **kwargs)
2022-03-14T06:43:46.1024132Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 954, in only_fn
2022-03-14T06:43:46.1024396Z     return fn(self, *args, **kwargs)

See GitHub Actions build win-vs2019-cuda11.3-py3 / test (default, 1, 2, windows.8xlarge.nvidia.gpu) (4/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T08:10:45.9978219Z FAIL [0.063s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T08:10:45.9969508Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T08:10:45.9970621Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2121, in assertEqual
2022-03-14T08:10:45.9971445Z     assert_equal(
2022-03-14T08:10:45.9972318Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py", line 1074, in assert_equal
2022-03-14T08:10:45.9973185Z     raise error_metas[0].to_error()
2022-03-14T08:10:45.9974027Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T08:10:45.9975290Z         {torch.float64, torch.float32}, but the detected supported dtypes are {torch.float64, torch.float32, torch.bfloat16}.
2022-03-14T08:10:45.9976582Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T08:10:45.9977213Z 
2022-03-14T08:10:45.9977579Z ======================================================================
2022-03-14T08:10:45.9978219Z FAIL [0.063s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T08:10:45.9978981Z ----------------------------------------------------------------------
2022-03-14T08:10:45.9979560Z Traceback (most recent call last):
2022-03-14T08:10:45.9980604Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 376, in instantiated_test
2022-03-14T08:10:45.9981566Z     result = test(self, **param_kwargs)
2022-03-14T08:10:45.9982537Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 761, in test_wrapper
2022-03-14T08:10:45.9983430Z     return test(*args, **kwargs)
2022-03-14T08:10:45.9984359Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 796, in dep_fn
2022-03-14T08:10:45.9985259Z     return fn(slf, *args, **kwargs)
2022-03-14T08:10:45.9986197Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 954, in only_fn
2022-03-14T08:10:45.9987204Z     return fn(self, *args, **kwargs)

See GitHub Actions build win-vs2019-cuda11.3-py3 / test (force_on_cpu, 1, 1, windows.4xlarge) (5/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T08:03:40.9459126Z FAIL [0.046s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T08:03:40.9452784Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T08:03:40.9453686Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2121, in assertEqual
2022-03-14T08:03:40.9454301Z     assert_equal(
2022-03-14T08:03:40.9455064Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py", line 1074, in assert_equal
2022-03-14T08:03:40.9455772Z     raise error_metas[0].to_error()
2022-03-14T08:03:40.9456380Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T08:03:40.9457270Z         {torch.float32, torch.float64}, but the detected supported dtypes are {torch.float32, torch.bfloat16, torch.float64}.
2022-03-14T08:03:40.9458052Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T08:03:40.9458401Z 
2022-03-14T08:03:40.9458652Z ======================================================================
2022-03-14T08:03:40.9459126Z FAIL [0.046s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T08:03:40.9459818Z ----------------------------------------------------------------------
2022-03-14T08:03:40.9460263Z Traceback (most recent call last):
2022-03-14T08:03:40.9461115Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 376, in instantiated_test
2022-03-14T08:03:40.9461800Z     result = test(self, **param_kwargs)
2022-03-14T08:03:40.9462628Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 761, in test_wrapper
2022-03-14T08:03:40.9463285Z     return test(*args, **kwargs)
2022-03-14T08:03:40.9463969Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 796, in dep_fn
2022-03-14T08:03:40.9464661Z     return fn(slf, *args, **kwargs)
2022-03-14T08:03:40.9465369Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 954, in only_fn
2022-03-14T08:03:40.9466025Z     return fn(self, *args, **kwargs)

See GitHub Actions build linux-bionic-py3.7-clang9 / test (default, 1, 2, linux.2xlarge) (6/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T06:25:24.0707062Z FAIL [0.084s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:25:24.0683410Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T06:25:24.0684086Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2154, in assertEqual
2022-03-14T06:25:24.0684514Z     msg=msg,
2022-03-14T06:25:24.0684993Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1074, in assert_equal
2022-03-14T06:25:24.0685763Z     raise error_metas[0].to_error()
2022-03-14T06:25:24.0686064Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T06:25:24.0686500Z         {torch.float64, torch.float32}, but the detected supported dtypes are {torch.float64, torch.float32, torch.bfloat16}.
2022-03-14T06:25:24.0686846Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T06:25:24.0687010Z 
2022-03-14T06:25:24.0687100Z ======================================================================
2022-03-14T06:25:24.0707062Z FAIL [0.084s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:25:24.0707947Z ----------------------------------------------------------------------
2022-03-14T06:25:24.0708224Z Traceback (most recent call last):
2022-03-14T06:25:24.0708630Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2022-03-14T06:25:24.0708939Z     result = test(self, **param_kwargs)
2022-03-14T06:25:24.0709330Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 761, in test_wrapper
2022-03-14T06:25:24.0709612Z     return test(*args, **kwargs)
2022-03-14T06:25:24.0709990Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 796, in dep_fn
2022-03-14T06:25:24.0710259Z     return fn(slf, *args, **kwargs)
2022-03-14T06:25:24.0710642Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 954, in only_fn
2022-03-14T06:25:24.0710920Z     return fn(self, *args, **kwargs)

See GitHub Actions build win-vs2019-cpu-py3 / test (default, 1, 2, windows.4xlarge) (7/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T06:55:40.2904892Z FAIL [0.031s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:55:40.2892487Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T06:55:40.2893333Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py", line 2121, in assertEqual
2022-03-14T06:55:40.2893965Z     assert_equal(
2022-03-14T06:55:40.2894600Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py", line 1074, in assert_equal
2022-03-14T06:55:40.2901143Z     raise error_metas[0].to_error()
2022-03-14T06:55:40.2901853Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T06:55:40.2902805Z         {torch.float64, torch.float32}, but the detected supported dtypes are {torch.bfloat16, torch.float64, torch.float32}.
2022-03-14T06:55:40.2903757Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T06:55:40.2904129Z 
2022-03-14T06:55:40.2904408Z ======================================================================
2022-03-14T06:55:40.2904892Z FAIL [0.031s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:55:40.2905485Z ----------------------------------------------------------------------
2022-03-14T06:55:40.2905945Z Traceback (most recent call last):
2022-03-14T06:55:40.2906810Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 376, in instantiated_test
2022-03-14T06:55:40.2907547Z     result = test(self, **param_kwargs)
2022-03-14T06:55:40.2908296Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 761, in test_wrapper
2022-03-14T06:55:40.2908965Z     return test(*args, **kwargs)
2022-03-14T06:55:40.2909670Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 796, in dep_fn
2022-03-14T06:55:40.2910338Z     return fn(slf, *args, **kwargs)
2022-03-14T06:55:40.2911024Z   File "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_device_type.py", line 954, in only_fn
2022-03-14T06:55:40.2911685Z     return fn(self, *args, **kwargs)

See GitHub Actions build linux-xenial-py3.7-gcc5.4 / test (default, 1, 2, linux.2xlarge) (8/8)

Step: "Test" (full log | diagnosis details | 🔁 rerun)

2022-03-14T06:26:40.6180564Z FAIL [0.079s]: tes...ctional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:26:40.6177817Z     self.assertEqual(supported_dtypes, claimed_supported, msg=msg)
2022-03-14T06:26:40.6178232Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py", line 2154, in assertEqual
2022-03-14T06:26:40.6178476Z     msg=msg,
2022-03-14T06:26:40.6178810Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py", line 1074, in assert_equal
2022-03-14T06:26:40.6179077Z     raise error_metas[0].to_error()
2022-03-14T06:26:40.6179348Z AssertionError: The supported dtypes for nn.functional.batch_norm on cpu according to its OpInfo are
2022-03-14T06:26:40.6179732Z         {torch.float64, torch.float32}, but the detected supported dtypes are {torch.float64, torch.float32, torch.bfloat16}.
2022-03-14T06:26:40.6180058Z         The following dtypes should be added to the OpInfo: {torch.bfloat16}. 
2022-03-14T06:26:40.6180220Z 
2022-03-14T06:26:40.6180309Z ======================================================================
2022-03-14T06:26:40.6180564Z FAIL [0.079s]: test_dtypes_nn_functional_instance_norm_cpu (__main__.TestCommonCPU)
2022-03-14T06:26:40.6180905Z ----------------------------------------------------------------------
2022-03-14T06:26:40.6181148Z Traceback (most recent call last):
2022-03-14T06:26:40.6181533Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 376, in instantiated_test
2022-03-14T06:26:40.6181827Z     result = test(self, **param_kwargs)
2022-03-14T06:26:40.6182276Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 761, in test_wrapper
2022-03-14T06:26:40.6182546Z     return test(*args, **kwargs)
2022-03-14T06:26:40.6182918Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 796, in dep_fn
2022-03-14T06:26:40.6183182Z     return fn(slf, *args, **kwargs)
2022-03-14T06:26:40.6183552Z   File "/opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_device_type.py", line 954, in only_fn
2022-03-14T06:26:40.6183833Z     return fn(self, *args, **kwargs)

This comment was automatically generated by Dr. CI (expand for details).

Please report bugs/suggestions to the (internal) Dr. CI Users group.

Click here to manually regenerate this comment.

mingfeima added a commit that referenced this pull request Jun 30, 2021
ghstack-source-id: 72c07f7
Pull Request resolved: #61015
mingfeima added a commit that referenced this pull request Jul 8, 2021
ghstack-source-id: ef88790
Pull Request resolved: #61015
@mingfeima
Copy link
Collaborator Author

mingfeima commented Jul 8, 2021

TODO:

  • add mix precision support for weight and bias, aka. input/output(bf16) + weight/bias(fp32).
  • refactor the code
  • fix the compiler warning

mingfeima added a commit that referenced this pull request Jul 26, 2021
ghstack-source-id: cc15ab7
Pull Request resolved: #61015
mingfeima added a commit that referenced this pull request Jul 26, 2021
ghstack-source-id: 293858f
Pull Request resolved: #61015
mingfeima added a commit that referenced this pull request Jul 28, 2021
ghstack-source-id: d09feff
Pull Request resolved: #61015
mingfeima added a commit that referenced this pull request Aug 4, 2021
ghstack-source-id: 8cc5018
Pull Request resolved: #61015
@mingfeima mingfeima added the intel priority matters to intel architecture from performance wise label Aug 4, 2021
mingfeima added a commit that referenced this pull request Aug 4, 2021
ghstack-source-id: b605815
Pull Request resolved: #61015
mingfeima added a commit that referenced this pull request Dec 22, 2021
ghstack-source-id: 78b0d8d
Pull Request resolved: #61015
@VitalyFedyunin
Copy link
Contributor

@VitalyFedyunin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

mingfeima added a commit that referenced this pull request Jan 11, 2022
ghstack-source-id: 8e18490
Pull Request resolved: #61015
@VitalyFedyunin
Copy link
Contributor

@VitalyFedyunin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

mingfeima added a commit that referenced this pull request Jan 13, 2022
ghstack-source-id: ab44b55
Pull Request resolved: #61015
@mingfeima
Copy link
Collaborator Author

TODO: update the mixed dtype logic.

mingfeima added a commit that referenced this pull request Jan 13, 2022
ghstack-source-id: 3462f8c
Pull Request resolved: #61015
@mingfeima mingfeima marked this pull request as draft January 13, 2022 06:08
@VitalyFedyunin
Copy link
Contributor

@VitalyFedyunin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

mingfeima added a commit that referenced this pull request Jan 17, 2022
ghstack-source-id: 7c7d642
Pull Request resolved: #61015
@VitalyFedyunin
Copy link
Contributor

@VitalyFedyunin has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@XiaobingSuper XiaobingSuper removed the intel priority matters to intel architecture from performance wise label Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants