executorch icon indicating copy to clipboard operation
executorch copied to clipboard

Test fix

Open metascroy opened this issue 8 months ago • 3 comments

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

metascroy avatar Apr 24 '25 01:04 metascroy

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10423

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 (image):

NEW FAILURE - The following job has failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

pytorch-bot[bot] avatar Apr 24 '25 01:04 pytorch-bot[bot]

This pull request was exported from Phabricator. Differential Revision: D73557581

facebook-github-bot avatar Apr 24 '25 01:04 facebook-github-bot

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.

github-actions[bot] avatar Apr 24 '25 01:04 github-actions[bot]