Peter Goldsborough
7ddc6f84c4
NULL -> nullptr ( #11047 )
...
Summary:
How did we get so many uses of `NULL` again?
ezyang
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11047
Differential Revision: D9566799
Pulled By: goldsborough
fbshipit-source-id: 83469f352ac69aa65bdaf1a1a21f922d892e0db3
2018-08-30 16:25:42 -07:00
Will Feng
ad74006ffa
Pass THDRequest as void* pointer to THDRequest_free ( #9398 )
...
Summary:
This fixes https://github.com/pytorch/pytorch/issues/9054 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9398
Reviewed By: ezyang
Differential Revision: D8827778
Pulled By: yf225
fbshipit-source-id: 862287802cb69c6ac71ff4df19cadb89b1face1d
2018-07-16 19:25:22 -07:00
Will Feng
ff501c30af
Turn on UBSAN in the OSS build ( #8813 )
...
Summary:
Copy of https://github.com/pytorch/pytorch/pull/8802
Closes https://github.com/pytorch/pytorch/pull/8813
Differential Revision: D8707364
Pulled By: yf225
fbshipit-source-id: bc201980b50e9fb44c42a17f898b50d3558fc417
2018-07-05 15:55:49 -07:00
Zachary DeVito
d985cf46f1
Add workaround to fix include warnings in Python 2 builds. ( #6716 )
2018-04-24 12:30:19 -07:00
Janusz Marcinkiewicz
76520512e7
DataChannel tests rewrite ( #42 ); DataChannel isend and irecv implementation ( #44 )
2017-01-31 01:58:09 +01:00