You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of std::aligned_alloc requires the size of the memory allocated
to be a multiple of the alignment. This patch fixes the use of
std::aligned_alloc in DynRTDeviceBinaryImage to adhere to these
requirements. Note that _aligned_malloc from MSVC does not have this
requirement.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments