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

include fb only ops in private fbgemm build #2972

Closed
wants to merge 2 commits into from

Conversation

jianyuh
Copy link
Member

@jianyuh jianyuh commented Aug 12, 2024

Summary:
On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag:

# Set the source file for FB only CPP
if(USE_FB_ONLY)
  file(GLOB fb_only_ops_sources
      fb/src/*/*.cu
      fb/src/*/*.cpp)
  list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources})
endif()

Reviewed By: GD06

Differential Revision: D61100617

Summary:
Check internal fbcode import + test

X-link: facebookresearch/FBGEMM#66

Differential Revision: D61082733

Pulled By: jianyuh
Copy link

netlify bot commented Aug 12, 2024

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit bdf8055
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/66b9b3683fdc4b0008e03d94
😎 Deploy Preview https://deploy-preview-2972--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

jianyuh added a commit to jianyuh/FBGEMM that referenced this pull request Aug 12, 2024
Summary:
Pull Request resolved: pytorch#2972

X-link: facebookresearch/FBGEMM#69

On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag:

```
# Set the source file for FB only CPP
if(USE_FB_ONLY)
  file(GLOB fb_only_ops_sources
      fb/src/*/*.cu
      fb/src/*/*.cpp)
  list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources})
endif()
```

Reviewed By: GD06

Differential Revision: D61100617
@facebook-github-bot
Copy link
Contributor

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

jianyuh added a commit to jianyuh/FBGEMM that referenced this pull request Aug 12, 2024
Summary:
Pull Request resolved: pytorch#2972

X-link: facebookresearch/FBGEMM#69

On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag:

```
# Set the source file for FB only CPP
if(USE_FB_ONLY)
  file(GLOB fb_only_ops_sources
      fb/src/*/*.cu
      fb/src/*/*.cpp)
  list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources})
endif()
```

Reviewed By: GD06

Differential Revision: D61100617
@facebook-github-bot
Copy link
Contributor

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

jianyuh added a commit to jianyuh/FBGEMM that referenced this pull request Aug 12, 2024
Summary:
Pull Request resolved: pytorch#2972

X-link: facebookresearch/FBGEMM#69

On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag:

```
# Set the source file for FB only CPP
if(USE_FB_ONLY)
  file(GLOB fb_only_ops_sources
      fb/src/*/*.cu
      fb/src/*/*.cpp)
  list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources})
endif()
```

Reviewed By: GD06

Differential Revision: D61100617
Summary:
Pull Request resolved: pytorch#2972

X-link: facebookresearch/FBGEMM#69

On fb only source files, we have CMake files based on USE_FB_ONLY compiler flag:

```
# Set the source file for FB only CPP
if(USE_FB_ONLY)
  file(GLOB fb_only_ops_sources
      fb/src/*/*.cu
      fb/src/*/*.cpp)
  list(APPEND experimental_gen_ai_cpp_source_files ${fb_only_ops_sources})
endif()
```

Reviewed By: GD06

Differential Revision: D61100617
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 6a3ff16.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants