美文网首页
UnifiedMemoryPerf-Unified and ot

UnifiedMemoryPerf-Unified and ot

作者: fantasy5328 | 来源:发表于2020-03-14 22:19 被阅读0次

https://github.com/NVIDIA/cuda-samples/tree/master/Samples/UnifiedMemoryPerf
Unified and other CUDA Memories Performance
该示例演示了使用带/不带提示的统一内存矩阵乘法内核以及其他类型的内存(例如零拷贝缓冲区,可分页,分页锁定的内存,在单个GPU上执行同步和异步传输)的性能比较:

UMhint UMhntAs UMeasy 0Copy MemCopy CpAsync CpHpglk CpPglAs

"UMhint", // Managed Memory With Hints
"UMhntAs", // Managed Memory With_Hints Async
"UMeasy", // Managed_Memory with No Hints
"0Copy", // Zero Copy
"MemCopy", // USE HOST PAGEABLE AND DEVICE_MEMORY
"CpAsync", // USE HOST PAGEABLE AND DEVICE_MEMORY ASYNC
"CpHpglk", // USE HOST PAGELOCKED AND DEVICE MEMORY
"CpPglAs" // USE HOST PAGELOCKED AND DEVICE MEMORY ASYNC

测试结果:

  • (Dell Precision 5520) Device 0: "Quadro M1200" (Maxwell cc5.0)


    Quadro M1200

-Jetson Xavier capability 7.2 (Volta)

  • (机械革命S1):mx150(Pascal)

相关文章

  • UnifiedMemoryPerf-Unified and ot

    https://github.com/NVIDIA/cuda-samples/tree/master/Sample...

  • OT

    Absolute phase is equivalent to absolute range【1】.所以形变测量的...

  • Oblivious Transfer 很不错的一篇文章

    除了OT还有其他东西,OT部分很清楚 https://crypto.stanford.edu/pbc/notes/...

  • OT dog

    OT dog OT dog OT all the way 真是每逢周一都跪,我,简直无敌爆种神经质,忘记下一个大订...

  • 2019-08-28

    读OT测得

  • OT之歌

    请在脑海里调出JUSTIN BIEBER的《BABY》。我只需要那个伴奏就够了。 OH~~OH~~ OH~~OH~...

  • 端午OT

    明天就端午节了,公司按照计划放假了三天,今天是第一天休息。本来想回趟老家,后来想想天气不好,就算了,不然回去也是待...

  • OT Control

    今天是周一,大清早的到办公室,outlook里就躺着OT control标题的邮件。 要控制加班,已经是继12/1...

  • OT AGAIN

  • Why i must come out

    As an individual,we are not the ones identified by the ot...

网友评论

      本文标题:UnifiedMemoryPerf-Unified and ot

      本文链接:https://www.haomeiwen.com/subject/piloshtx.html