Test fix
Summary: Depending on torchao target is breaking internal test due to cuda compile error (T222166791):
bcode/pytorch/ao/torchao/csrc/cuda/fp6_llm/utils_parallel_dequant.cuh(74): error: identifier "__nv_bfloat16" is undefined
1 error detected in the compilation of "fbcode/pytorch/ao/torchao/csrc/cuda/fp6_llm/fp6_linear.cu".
Traceback (most recent call last):
File "/re_cwd/buck-out/v2/gen/fbcode/a0ae4acecfdc28a2/tools/build/__wrap_nvcc.py__/./resources/wrap_nvcc.py.sh", line 666, in <module>
main()
File "/re_cwd/buck-out/v2/gen/fbcode/a0ae4acecfdc28a2/tools/build/__wrap_nvcc.py__/./resources/wrap_nvcc.py.sh", line 662, in main
run_nvcc(config, flags, buck_scratch)
File "/re_cwd/buck-out/v2/gen/fbcode/a0ae4acecfdc28a2/tools/build/__wrap_nvcc.py__/./resources/wrap_nvcc.py.sh", line 554, in run_nvcc
subprocess.run([nvcc_bin] + args, check=True, env=e)
Differential Revision: D73557581
:link: Helpful Links
:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10423
- :page_facing_up: Preview Python docs built from this PR
Note: Links to docs will display an error until the docs builds have been completed.
:x: 1 New Failure
As of commit 59923e491a22d599582353c81787ff25f2806209 with merge base 2837867cccf7b7c9d32af90e5d084c1676d2c11e ():
NEW FAILURE - The following job has failed:
- Check Labels / Check labels (gh)
RuntimeError: Error checking labels: PR does not have required labels
This comment was automatically generated by Dr. CI and updates every 15 minutes.
This pull request was exported from Phabricator. Differential Revision: D73557581
This PR needs a release notes: label
If your changes are user facing and intended to be a part of release notes, please use a label starting with release notes:.
If not, please add the topic: not user facing label.
To add a label, you can comment to pytorchbot, for example
@pytorchbot label "topic: not user facing"
For more information, see https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.