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

add WITH_DOC for print_operators_doc #6098

Closed
wants to merge 52 commits into from
Closed

add WITH_DOC for print_operators_doc #6098

wants to merge 52 commits into from

Conversation

luotao1
Copy link
Contributor

@luotao1 luotao1 commented Nov 30, 2017

fix #6092

Xreki and others added 6 commits December 1, 2017 13:04
* Enable the case N != ldc in EigenBlasGemm.

* Use MemoryHandle instead of direct calling of posix_memalign to alloc temporary memory.

* Use Eigen's slice() instead of a temporary memory.

* Add if-else for different cases in EigenBlasGemm (for N ?= ldc).
Fix comments in sequence_rnn_(mixed/matched)_inputs.py
Also, change the `labels` to `label` for api consistency
@@ -5,4 +5,6 @@ if(WITH_PYTHON)
${GLOB_OP_LIB})
endif(WITH_PYTHON)

cc_binary(print_operators_doc SRCS print_operators_doc.cc DEPS ${GLOB_OP_LIB})
if(WITH_DOC)
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done in #6184

tensor-tang and others added 17 commits December 1, 2017 14:59
…l glog for Android API < 21. (#6113)

* Automatically configure the version and commit information in capi.

* Use the unofficial glog repository for building for Android (API < 21).
* Expose sigmoid_cross_entropy_with_logits

Also, change the `labels` to `label` for api consistency

* Very simple GAN based on pure FC layers
* change GPU memory allocating policy

* fix potential overflow bug
* fix grpc compile warn

* update

* -Wnon-virtual-dtor -> -Wno-non-virtual-dtor
Fix the compiling error when seting WITH_C_API=ON and WITH_PYTHON=ON.
@luotao1
Copy link
Contributor Author

luotao1 commented Dec 2, 2017

close due to the confusion commit log

@luotao1 luotao1 closed this Dec 2, 2017
@luotao1 luotao1 deleted the print_operators_doc branch December 2, 2017 02:06
@luotao1 luotao1 restored the print_operators_doc branch December 2, 2017 02:06
@luotao1 luotao1 deleted the print_operators_doc branch December 4, 2017 03:01
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.

编译最后print_operators_doc出错