You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/05/07 17:31:39 UTC

[GitHub] szha commented on a change in pull request #10833: [WIP] Change class variables to thread local variables

szha commented on a change in pull request #10833: [WIP] Change class variables to thread local variables
URL: https://github.com/apache/incubator-mxnet/pull/10833#discussion_r186491359
 
 

 ##########
 File path: python/mxnet/context.py
 ##########
 @@ -60,18 +62,16 @@ class Context(object):
     >>> gpu_array.context
     gpu(1)
     """
-    # static class variable
-    default_ctx = None
 
 Review comment:
   This will break a lot of existing code. Is this change intended for 2.0?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services