Skip to content
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

[T150228288] Build Scripts and README Improvements #1695

Closed
wants to merge 3 commits into from

Commits on Apr 11, 2023

  1. [T150228288] Build scripts improvements

    - Update build scripts to print out cc, c++, and nvcc preprocessor defines
    
    - Print out all undefined symbols in the output library after build to inspect
    whether or not templates have been un-instantiated
    
    - Handle the case where `TORCH_CUDA_ARCH_LIST` is pre-defined in the environment
    q10 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2dba0e1 View commit details
    Browse the repository at this point in the history
  2. [T150228288] Update the FBGEMM and FBGEMM_GPU READMEs

    - Clean up the FBGEMM_GPU READMEs to consolidate all FBGEMM_GPU build
    instructions into `docs/BuildInstructions.md`
    
    - Fix the build badges for FBGEMM and FBGEMM_GPU
    
    - Add Slack contact information to the READMEs
    q10 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    cabfd76 View commit details
    Browse the repository at this point in the history
  3. [T150228288] Remove deprecated build scripts

    - Remove deprecated GitHub workflows and build scripts in favor of
    the new scripts, which cover all the functionality of the old scripts
    q10 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0f2b98c View commit details
    Browse the repository at this point in the history