博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
OpenCL 笔记5 reconstruction application
阅读量:2442 次
发布时间:2019-05-10

本文共 514 字,大约阅读时间需要 1 分钟。

1. If the back-projection and the forward-projection operator are executed within separated kernels, therefore non-provided cache coherency of texture is not a problem.

2. The algorithm with a slower convergence can actually be computed much faster, with usage of the acceleration.

3. CUDA 1.1 the time consuming texture update operator dominates the overall reconstruction time. This can be dramatically relieved using 3-D texture arrays as introduced in CUDA 2.0.

4. ML-convex has a slower convergence than SART.

你可能感兴趣的文章
python中平方根_如何在Python中找到平方根
查看>>
wi-fi_您应该了解的有关Wi-Fi安全的知识
查看>>
python语音转文字_Python文字转语音示例
查看>>
windows 数据恢复_如何为Windows找到最佳的免费数据恢复解决方案
查看>>
python密码学凯撒密码_凯撒密码在Python
查看>>
编程自由职业_如何开始自己的自由编程业务?
查看>>
2018年web前端饱和了_2018年值得关注的15个Web设计趋势
查看>>
url uri urn区别_URI,URL和URN之间的区别
查看>>
dbms系统 rdbms_文件系统和DBMS之间的区别
查看>>
单精度 半精度 双精度_单精度与双精度
查看>>
移动2018年年报 下载_2018年让网站具有移动响应能力至关重要的7个原因
查看>>
python生成6位随机数_用Python生成随机数的6种方法
查看>>
最流行的编程语言2018_2018年十大最受欢迎的编程语言
查看>>
sql和nosql区别_SQL和NoSQL之间的区别
查看>>
Python将字符串转换为日期时间
查看>>
哪种编程语言最难_6种最困难的编程语言
查看>>
验证和确认的区别_验证与确认之间的区别
查看>>
流程图与算法_流程图与算法之间的区别
查看>>
模拟计算机与数字计算机之间的区别
查看>>
github 国内替代产品_2020年7种最佳Github替代品
查看>>