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

[backport] document missing environment variables #4465

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

niboshi
Copy link
Member

@niboshi niboshi commented Mar 14, 2018

Backport of #3662

@niboshi niboshi added backport Pull request that is backported from a more recent version. cat:document Documentation such as function documentations, comments and tutorials. labels Mar 14, 2018
@niboshi
Copy link
Member Author

niboshi commented Mar 14, 2018

I removed the mention to CHAINER_USE_IDEEP.

@kmaehashi
Copy link
Member

In v3 branch, it should be backported to docs/source/reference/environment.rst.

@niboshi
Copy link
Member Author

niboshi commented Mar 15, 2018

Fixed.

@kmaehashi kmaehashi self-assigned this Mar 15, 2018
@@ -68,7 +68,15 @@ Note that the default values are set in the global config.
- If it is ``'auto'``, Chainer will use cuDNN only if it is known that the usage does not degrade the performance.
- If it is ``'never'``, Chainer will never use cuDNN anywhere.

The default value is ``'auto'``.
The default value is given by ``CHAINER_USE_CUDNN`` environment variable (set to ``'always'``, ``'auto'`` or ``'never'``) if available, otherwise uses ``'auto'``.
``chainer.config.cudnn_use_tensor_core``
Copy link
Member

Choose a reason for hiding this comment

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

TensorCore part should not be backported.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks. Fixed.

document missing environment variables
@kmaehashi kmaehashi merged commit d904f8f into chainer:v3 Mar 16, 2018
@kmaehashi kmaehashi modified the milestones: v4.0.0rc1, v3.5.0 Mar 16, 2018
@kmaehashi
Copy link
Member

LGTM!

@niboshi niboshi deleted the bp-3662-doc-env-vars branch March 16, 2018 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Pull request that is backported from a more recent version. cat:document Documentation such as function documentations, comments and tutorials.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants