I'm just guessing it's using x16, so that'd put it at a max of 15.754 GB/s according to wikipedia
I'm just guessing it's using x16, so that'd put it at a max of 15.754 GB/s according to wikipedia
File.Open("pog.bin").CopyTo(new UnmanagedMemoryStream(mapped, len, len));DEVICE_LOCAL_BIT
HOST_VISIBLE_BIT
HOST_COHERENT_BIT
DEVICE_COHERENT_BIT_AMD
DEVICE_UNCACHED_BIT_AMDDEVICE_LOCAL_BIT
HOST_VISIBLE_BIT
HOST_COHERENT_BITref bytevar queueProps = new QueueFamilyProperties2[(int)queuePropCount];
var queueGlobalPrios = new QueueFamilyGlobalPriorityPropertiesKHR[(int)queuePropCount];
for (var i = 0; i < queueProps.Length; i++)
{
QueueFamilyProperties2.Chain(out queueProps[i])
.AddNext(out queueGlobalPrios[i]);
}