forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update mkldnn window build instructions in MKLDNN_README.md #2
Open
yinghu5
wants to merge
47
commits into
master
Choose a base branch
from
yinghu5-mkldnn-window-build
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The PR apache#14570 has introduced a bug where the "stash name" is not matching: - It is **packed** as `ubuntu_cpu_int64` - It is **unpacked** as `cpu_int64`
* [clojure][generator] add random namespace generation * `ndarray_random_api` * `symbol_random_api` * fix tests
* Fix cached_op * try to fix ci * Fix CI * Fix ci
* moved file * Empty Commit * Retrigger
* add fix in the code * add unit test * update comments
* Refactor requantize * fix ci * Fix CI * Fix ci
* Enable zero-copy from numpy to MXNet NDArray * should work * make lint happy * fix stupid typos * wip to address comments * Address comments * Address comments * Remove redundant code
…#14599) * Use USE_SIGNAL_HANDLER by default set to ON in CMakeLists.txt * Fix lint error with NULL vs nullptr
* Add unpooled gpu memory type * Adding missing header * undo bad rebase change
…pache#14806) This reverts commit c437d5b.
* Clojure BERT example: minor code cleanup * Remove unused requires * Remove unused vars & function * Use `io` alias * Clojure BERT example: whitespace fix * Clojure BERT example: allow running with GPU The `infer` function accepts a CPU/GPU context, which the command line version of this example exposes as a `:cpu`/`:gpu` keyword. Previously, these options were ignored and the context was overridden to the default context (CPU). This commit allows users (both REPL and shell) to pass in a GPU context.
* add quantized sum * fix gpu compiler error and cpu testcase fail * add default forward function for quantized_sum * skip quantized_sum for gpu ctx * fix comments * fix indetation and comments * retrigger CI * alloc memeory through TmpMemMgr * fix comments Apr.12 * change sum to elemwise_add * change Sum to ElemwiseAdd * fix indents * retrigger CI * trigger CI * fix indentation and typo * trigger CI * fix typo * fix typo * remove USE_MKLDNN macro for requantize params * rename param same as its op * trigger CI * trigger CI * trigger CI
* add resnet18 and mobilenetv2 models * add readme * support mkldnn s8s8 goihw16g weight format * fix_readme_typo
* upgrade pylint to latest version & change the Makefile to use python3 pylint * fix pylint when upgrade * specify the pylint version * suppress the pylint not-callable bug * remove pylint from python2 * fix the typo * upgrade cpp-package pylint * move pylint disable to each block
…the code (apache#14840) * doc fix * trigger ci
* Updates Ubuntu GPU CI image base image to cuda10-devel and manually installs cuDNN version 7.3.1.20 * Updates CentOS 7 GPU CI image base image to cuda10-devel and manually installs cuDNN version 7.3.1.20
* remove unneeded test files * add test files to gitignore
…apache#14868) This reverts commit 369b66d.
Fix the typo.
* Fix sample_multinomial number of outputs bug * Fix lint
* modified: docs/api/python/gluon/contrib.md modified: python/mxnet/gluon/contrib/__init__.py new file: python/mxnet/gluon/contrib/cnn/__init__.py new file: python/mxnet/gluon/contrib/cnn/conv_layers.py new file: tests/python/gpu/test_gluon_contrib_gpu.py * modified: python/mxnet/gluon/contrib/cnn/conv_layers.py * modified: python/mxnet/gluon/contrib/cnn/conv_layers.py * Update conv_layers.py * Update conv_layers.py
* cpu optimized data loader * Fix CI * Fix CI * Fix ci * Fix doc
update MKL_ROOT
fix nomkldnn issue.
change MKL_ROOT
windows md5
windows md5
export MKLROOT
powershell 'cd $Env:MKL_ROOT'
fix windows build instruction
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updates mkldnn & MKL window cmake build instructions in MKLDNN_README.md, if the PR apache#14877 is merged
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments