mirror of
https://github.com/wassname/ray.git
synced 2026-08-16 11:27:09 +08:00
[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:
@@ -54,7 +54,6 @@ from ray.includes.common cimport (
|
||||
CTaskType,
|
||||
CPlacementStrategy,
|
||||
CRayFunction,
|
||||
LocalMemoryBuffer,
|
||||
move,
|
||||
LANGUAGE_CPP,
|
||||
LANGUAGE_JAVA,
|
||||
|
||||
Reference in New Issue
Block a user