anirudh2290 commented on a change in pull request #13602: Fix for import mxnet taking long time if multiple process launched URL: https://github.com/apache/incubator-mxnet/pull/13602#discussion_r240818689
########## File path: docs/faq/env_var.md ########## @@ -226,12 +226,11 @@ Settings for More GPU Parallelism Settings for controlling OMP tuning --------------------------------- - Set ```MXNET_USE_OPERATOR_TUNING=0``` to disable Operator tuning code which decides whether to use OMP or not for operator - - - * Values: String representation of MXNET_ENABLE_OPERATOR_TUNING environment variable - * 0=disable all - * 1=enable all - * float32, float16, float32=list of types to enable, and disable those not listed - * refer : https://github.com/apache/incubator-mxnet/blob/master/src/operator/operator_tune-inl.h#L444 + - Values: String representation of MXNET_ENABLE_OPERATOR_TUNING environment variable + - 0=disable all + - 1=enable all + - float32, float16, float32=list of types to enable, and disable those not listed Review comment: Can we list the valid types here: "float32", "float16", "float64", "int8", "uint8", "int32", "int64" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
