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

Fix Windows shared build #268

Closed
wants to merge 2 commits into from
Closed

Conversation

peterjc123
Copy link
Contributor

@peterjc123 peterjc123 commented Jan 23, 2020

Tested locally with

cmake -G Ninja -DFBGEMM_BUILD_BENCHMARKS=OFF -DFBGEMM_BUILD_TESTS=OFF -DFBGEMM_LIBRARY_TYPE=shared -DCMAKE_C_COMPILER="cl.exe" -DCMAKE_CXX_COMPILER="cl.exe" ..
ninja

@peterjc123
Copy link
Contributor Author

@shz0116

Copy link
Contributor

@jspark1105 jspark1105 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for taking a look at this! CC @shz0116

src/EmbeddingSpMDMAvx2.cc Show resolved Hide resolved
Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shz0116 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@peterjc123
Copy link
Contributor Author

@shz0116 I guess this PR is not needed anymore, right?

@peterjc123 peterjc123 closed this Feb 2, 2020
@shz0116
Copy link

shz0116 commented Feb 3, 2020

@peterjc123 Thanks for the help. I once tried to import your changes directly into the codes, but messed up with other changes. Now, your changes are reflected in different PRs.

Also, I made some changes recently for Windows build, both static and dynamic, Debug and Release.
When you have chance, please take a look.

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

Successfully merging this pull request may close these issues.

None yet

4 participants