tkonolige commented on a change in pull request #6331:
URL: https://github.com/apache/incubator-tvm/pull/6331#discussion_r475877787
##########
File path: python/tvm/_ffi/runtime_ctypes.py
##########
@@ -197,6 +199,10 @@ def _GetDeviceAttr(self, device_type, device_id, attr_id):
@property
def exist(self):
"""Whether this device exist."""
+ allowed_ctxs = os.environ.get("TVM_TEST_CTXS")
Review comment:
Sorry, this is old code. Forgot to remove it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]