-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSS ZCH Kernels #2793
Open
kausv
wants to merge
1
commit into
pytorch:main
Choose a base branch
from
kausv:export-D70797399
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
OSS ZCH Kernels #2793
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Summary: Current failure on ``` buck run fbcode//mode/dev-nosan fbcode//caffe2/torch/sparse/tests:faster_hash_test ``` ``` Traceback (most recent call last): File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/__run_lpar_main__.py", line 38, in <module> __invoke_main() File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/__run_lpar_main__.py", line 35, in __invoke_main run_as_main(module, main_function) File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/__par__/meta_only/bootstrap.py", line 98, in run_as_main oss_run_as_main( File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/__par__/bootstrap.py", line 69, in run_as_main runpy._run_module_as_main(main_module, alter_argv=False) File "/usr/local/fbcode/platform010/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/local/fbcode/platform010/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/unittest.py", line 731, in <module> sys.exit(main()) File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/unittest.py", line 727, in main return UnittestTestPilotAdapter().run(sys.argv) File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/base.py", line 325, in run return self.run_human_interface(argv=argv_minus_cvg) File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/unittest.py", line 620, in run_human_interface return self.get_test_program(argv=argv).run() File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/unittest.py", line 569, in run test_suite = self.load_tests() File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/unittest.py", line 562, in load_tests return _get_test_suite(loader=self.create_loader(), test_names=self.test_names) File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/unittest.py", line 366, in _get_test_suite suite = loader.load_all() File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/testinfra/testpilot/integration/python/adapters/unittest.py", line 309, in load_all __import__(module_name, level=0) File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/caffe2/torch/sparse/tests/faster_hash_test.py", line 5, in <module> import torch File "/data/users/kaus/fbsource/buck-out/v2/gen/fbcode/90ea5faddcf375ad/caffe2/torch/sparse/tests/__faster_hash_test__/faster_hash_test#link-tree/torch/__init__.py", line 2067, in <module> _C._initExtension(_manager_path()) ModuleNotFoundError: No module named 'torch.sparse' ``` Differential Revision: D70797399
This pull request was exported from Phabricator. Differential Revision: D70797399 |
This pull request was exported from Phabricator. Differential Revision: D70797399 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
fb-exported
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Current failure on
Differential Revision: D70797399