Example #1
0
 protected override IntPtr AllocateMemory(long sizeInBytes)
 => IntelMklUnm.Malloc(new IntPtr(sizeInBytes), _alignment);
Example #2
0
 protected override void ReleaseMemory(IntPtr ptr)
 => IntelMklUnm.Free(ptr);