原文:Metal Programming Guide

读苹果文档时的笔记,给自己看。 primary goal of Metal is to minimize the CPU overhead incurred by executing GPU workloads. 用在两个方面: graphics data parallel computation Metal App 不能在后台运行,否则会被终止。 Command Organization and ...

2017-10-01 12:59 0 1417 推荐指数:

查看详情

Spark Streaming Programming Guide

参考,http://spark.incubator.apache.org/docs/latest/streaming-programming-guide.html Overview SparkStreaming支持多种流输入,like Kafka, Flume, Twitter ...

Sat Feb 22 02:19:00 CST 2014 0 2418
Flink DataSet API Programming Guide

https://ci.apache.org/projects/flink/flink-docs-release-0.10/apis/programming_guide.html Example Program 编程的风格和spark很类似, ExecutionEnvironment ...

Fri Jan 29 21:50:00 CST 2016 0 2586
CUDA C Programming Guide 在线教程学习笔记 Part 8

▶ 线程束表决函数(Warp Vote Functions) ● 用于同一线程束内各线程通信和计算规约指标。 ● 在设备代码的一个线程中调用 _all(predicate),_ ...

Thu Nov 16 07:09:00 CST 2017 0 1432
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM