Skip to content

[ug] Avoid casting char to DataType which may violate alignment rules

Timo Koch requested to merge fix/alignment-warning-uglb-gather-scatter into master

Fixes #108 (closed). Alternative for !471 (closed).

This should fix the alignment issue by never casting to DataType but directly copying the raw buffers.

Edited by Timo Koch

Merge request reports