-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
todoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.
Description
THPPlugin calls into the Python API without holding the GIL. Most of the calls look benign (read-only access), but it probably should be cleaned up:
...
Py_UNBLOCK_THREADS;
THTensor_(set)(LIBRARY_STATE ((THPTensor*)self)->cdata, ((THPTensor*)PyTuple_GET_ITEM(args, 0))->cdata);
Py_BLOCK_THREADS;
...Metadata
Metadata
Assignees
Labels
todoNot as important as medium or high priority tasks, but we will work on these.Not as important as medium or high priority tasks, but we will work on these.