共查询到9条相似文献,搜索用时 62 毫秒
1.
基于GPU的HASM动态模拟与实时渲染方法 总被引:1,自引:0,他引:1
基于微分几何曲面论的高精度曲面模拟(high accuracy surface modeling, HASM)需要大量的复杂密集计算,在CPU上模拟极为耗时,使得在现有的硬件条件下,实时动态模拟曲面并实时可视化极具挑战性。论文提出了GPU加速的HASM方法,充分利用现代显示适配器(graphic processor unit, GPU)技术,运用GPU最新发展起来的并行计算能力,使用并行化的预处理共轭梯度方法解算曲面,完成曲面模拟,并同时利用GPU的高速缓存架构,对渲染操作进行充分优化,以实现高效实时可视化。HASM需要的有限差分离散和高速解算操作,均充分利用现代GPU架构,所具有的多处理器和众多的流处理器所产生的强大并行计算能力,可视化也用GPU高速缓存技术和三角条带方法进行充分优化。数值实验和实际项目区高程模拟实验均表明, 在GPU为NVIDIA quadro 2000和CPU为DualCore Intel Core 2 Duo E8400的硬件配置下,GPU并行化的曲面模拟方法比普通方法速度提高了约10倍,使得动态模拟与可视化算法可以达到交互式的帧速及实时可视化的要求。 相似文献
2.
传统的基于CPU的串行程序所实现的二维DCT变换算法时间复杂度高变换效率低,难以满足许多应用的实时要求。特别是在当代以嵌入式处理器为核心的移动端信息处理终端,有限的CPU性能更加难以实现快速的DCT变换。值得欣慰的是新一代嵌入式处理器提供了支持GPGPU技术的GPU,为解决复杂的移动计算问题提供了高效的并行化解决途径。基于最新的ARM Cortex-A15内嵌GPU Mali-T604及Open CL框架设计实现了一种针对二维DCT变换的并行化加速方案并实测了优化效果,实验结果表明文中的并行方案能够提高二维DCT变换的效率,在输入数据量足够大的条件下能够达到近20倍的加速比。 相似文献
3.
传统的基于CPU的串行程序所实现的二维DCT变换算法时间复杂度高变换效率低,难以满足许多应用的实时要求.特别是在当代以嵌入式处理器为核心的移动端信息处理终端,有限的CPU性能更加难以实现快速的DCT变换.值得欣慰的是新一代嵌入式处理器提供了支持GPGPU技术的GPU,为解决复杂的移动计算问题提供了高效的并行化解决途径.基于最新的ARM Cortex-A15内嵌GPU Mali-T604及OpenCL框架设计实现了一种针对二维DCT变换的并行化加速方案并实测了优化效果,实验结果表明文中的并行方案能够提高二维DCT变换的效率,在输人数据量足够大的条件下能够达到近20倍的加速比. 相似文献
4.
Vatti算法是常用的矢量多边形裁剪算法之一,在其构建扫描束实现交点计算的过程中,二叉树的数据结构和递归计算方法导致其计算效率受矢量多边形边界顶点数量影响显著。本文针对Vatti算法执行过程中较为耗时的扫描束构建环节,提出了一种多边形边界顶点预排序的优化方法——VCS(Vertex Coordinate Pre-Sorting)方法,并基于该方法实现了对Vatti算法的GPU细粒度并行化。VCS方法使用双向链表对Vatti算法原有的二叉树数据结构进行了替换,以较小的额外存储空间取得了多边形边界顶点信息查找效率的明显提升。在GPU环境下采用双调排序算法对多边形边界顶点数组元素进行并行化排序并过滤出有效值,克服了原始算法使用二叉树存储导致效率低下的问题。实验结果表明,改进后的算法与原始算法相比,具有相同的计算精度;当多边形顶点数量为92万,CUDA每个线程块中的线程数量为32时,使用VCS优化方法,与采用CPU计算构建扫描束方法相比,GPU并行化方法获得了39.6倍的相对加速比,矢量多边形叠加分析算法效率总体上提升了4.9倍。 相似文献
5.
道路选取是道路网自动综合的关键问题之一,这方面已有多年研究,虽已取得很大进展,但尚不能自动完成一定比例尺下道路网的选取。本文提出一种基于层次随机图的道路选取方法,通过构建道路网的层次聚类结构以辅助道路选取。层次随机图是一种复杂网络模型,表现为一个二叉树,它不仅可以将复杂的道路网进行层次聚类,而且在可视化的同时提供了不同粒度的聚类信息。在构建道路网的层次随机图的基础上,本文采用累计权重数来衡量每条道路在整体层次结构中的重要性,并据此进行道路选择。我们将该方法应用到不同模式的实际道路网中进行道路选取试验,包括方格形、方格放射状、环形放射状、自由式路网等,以对应的谷歌地图作为参考进行道路选取符合数量、符合长度的定量评价和观察对比定性评价。试验表明本方法的选取结果与谷歌地图符合度很高。此外,与典型的基于路划长度和基于度中心度(degree centrality)的选取方法相比,本文方法更优。最后给出了本文方法优缺点的讨论和进一步研究的展望。 相似文献
6.
公交乘客出行OD能够反映居民出行特征和出行需求,是进行公交系统评价、调度和线路优化的重要基础数据,对城市规划具有重要的实用价值。现有公交OD推算方法多适用于少量公交数据,无法直接快速地推算海量公交乘客出行OD,因此本文提出了一种基于MapReduce的海量公交乘客OD并行推算方法。首先将公交数据从关系型数据库迁移至HBase数据库;接着利用MapReduce并行计算框架,根据HBase中IC卡数据的Region数量分成多个map任务,每个map任务中Map函数计算上车站点,Reduce函数将上车站点以用户为单位进行归并输出到HDFS;然后在上车记录数据的基础上,根据HDFS存储的块数量分成多个map任务,针对每个乘客的出行记录,综合考虑出行链方法和历史相似出行行为规律实现对公交乘客下车站点较为精确的推算。最后以厦门2015年6月13日至26日的IC卡数据和公交车辆GPS数据进行实例分析,共计算出295条公交线路,16 879 661条上车记录,14 410 058条完整OD记录,占IC卡数据的78.9%,计算效率相比传统方法有较大幅度提升。结果表明:该方法不仅可以较为准确地推算公交乘客上下车站点,而且计算效率较高。 相似文献
7.
《世界地质(英文版)》2016,(2):95-101
With the increasing complexity of prospecting objectives,reverse time migration (RTM)has attracted more and more attention due to its outstanding imaging quality.RTMis based on two-way wave equation,so it can avoid the limits of angle in traditional one-way wave equation migration,image reverse branch,prism waves and multi-reflected wave precisely and obtain accurate dynamic information.However,the huge demands for storage and computation as well as low frequency noises restrict its wide application.The normalized cross-correlation ima-ging conditions based on wave field decomposition are derived from traditional cross-correlation imaging condition, and it can eliminate the low-frequency noises effectively and improve the imaging resolution.The practical proce-dure includes separating source and receiver wave field into one-way components respectively,and conducting cross-correlation imaging condition to the post-separated wave field.In this way,the resolution and precision of the imaging result will be promoted greatly. 相似文献
8.
Reverse Time Migration(RTM) is a high precision imaging method of seismic wavefield at present,but low-frequency noises severely affect its imaging results.Thus one of most important aspect of RTM is to select the proper noise suppression method.The wavefield characteristics of the Poynting vector are analyzed and the upgoing,downgoing,leftgoing and rightgoing waves are decomposed using the Poynting vector of the acoustic wave equation.The normalized wavefield decomposition cross-correlation imaging condition is used to suppress low-frequency noises in RTM and improve the imaging precision.Numerical experiments using the Mamousi velocity model are performed and the results demonstrate that the upgoing,downgoing,leftgoing and rightgoing waves are well decomposed using the Poynting vector.Compared with the normalized cross-correlation imaging and Laplacian filtering method,the results indicate that the low-frequency noises are well suppressed by using the normalized wavefield decomposition cross-correlation imaging condition. 相似文献
9.
Prestack elastic reverse time migration ( RTM) requires multicomponent seismic data .But for multi-component elastic Kirchhoff migration , there is a limitation that ray theory no longer applies if thegeology be-comes complicated .In this paper, the authors have created a new 2D migration context for isotropic , elastic RTM, which included decomposition of the elastic source and receiver wavefields into P and S wave vectors by decoupled elastodynamic extrapolation , which retained the same stress and particle velocity components as the input data .Then we appliedsource-normalized crosscorrelation imaging condition in elastic reverse time migra-tion to compensate the energy of deep strata .We found that the resulting images were nearly identical to the ve-locity model , and the resolution has been improved .Our method is a wavefielddecomposition based on vector , and we can alsoavoid the problem of polarity reversal of converted shear wave imaging .It proved the applicabili-ty of the method proposed in our paper . 相似文献