[Serialization] Fix buffer alignment issues (#11888)

* fix buffer alignment issues

* remove unused fields

* aligned memory allocation

* windows compat

* license. fix compiler warnings

* fix compilation error

* reinterpret_cast
This commit is contained in:
Siyuan (Ryans) Zhuang
2020-11-10 23:44:16 -08:00
committed by GitHub
parent 1979ea9c0a
commit b8dda0e3d0
8 changed files with 238 additions and 70 deletions
-1
View File
@@ -54,7 +54,6 @@ from ray.includes.common cimport (
CTaskType,
CPlacementStrategy,
CRayFunction,
LocalMemoryBuffer,
move,
LANGUAGE_CPP,
LANGUAGE_JAVA,