ao icon indicating copy to clipboard operation
ao copied to clipboard

Update base.h unit to unsigned int

Open EnragedAntelope opened this issue 1 year ago • 6 comments

Changed uint to unsigned int to address error when building from source.

EnragedAntelope avatar Sep 27 '24 18:09 EnragedAntelope

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/962

Note: Links to docs will display an error until the docs builds have been completed.

:white_check_mark: You can merge normally! (1 Unrelated Failure)

As of commit 92d89b8434d89515418e518da3aac383d456de40 with merge base d4b2f334ee4e8b3b1ba75569b80ddba8bdf8fd6a (image):

BROKEN TRUNK - The following job failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

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

pytorch-bot[bot] avatar Sep 27 '24 18:09 pytorch-bot[bot]

Hi @EnragedAntelope!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

facebook-github-bot avatar Sep 27 '24 18:09 facebook-github-bot

Hi @EnragedAntelope thank you for the contribution - some next steps

  1. Can you merge or rebase to main to avoid the regression test failure
  2. Can you please sign the CLA agreement otherwise we won't be able to merge this
  3. Can you make it clearer what kind of device, operating system, gpu etc.. you're running such that you're getting from source installation errors?

msaroufim avatar Oct 04 '24 18:10 msaroufim

@msaroufim See #951, likely Windows/MSVC. Very similar issue to the changes made in FP6 which used some non-standard types like 'u_int8_t`.

matthewdouglas avatar Oct 07 '24 23:10 matthewdouglas

Hi @EnragedAntelope thank you for the contribution - some next steps

1. Can you merge or rebase to main to avoid the regression test failure

2. Can you please sign the CLA agreement otherwise we won't be able to merge this

3. Can you make it clearer what kind of device, operating system, gpu etc.. you're running such that you're getting from source installation errors?

Hi, Happy to help but sorry I won't sign that agreement, it requires actual name etc. I haven't been asked that for open source github before.

If there's a way to proceed without that I'm happy to try again with latest base.

For 3, I am running Windows 11 on a PC with 4090 GPU. Python 3.11.9.

EnragedAntelope avatar Oct 08 '24 00:10 EnragedAntelope

@EnragedAntelope you can read more about CLAs here https://github.com/github/github-ospo/blob/main/policies/contributor-license-agreements.md but the intent is to say you give us the permission to use your contribution. It's quite common for projects managed by larger companies. Unfortunately I wouldn't even be able to copy paste your contribution since it's yours

msaroufim avatar Oct 08 '24 00:10 msaroufim

Thanks for the additional info. I signed the agreement and updated my fork. Should be good to go.

EnragedAntelope avatar Oct 11 '24 13:10 EnragedAntelope