共查询到20条相似文献,搜索用时 0 毫秒
1.
(9,7)小波变换的MMX实现方法 总被引:1,自引:1,他引:1
在图像压缩算法中,人们经常采用小波变换方法对图像数据进行变换处理,(9,7)小波是经常采用的,由于(9,7)小波运算是浮点运算,用传统的C语言编程来运行(9,7)小波变换,运算速度是不能令人满意的,为了尽可能块的实现小波变换,文中提出用MMX技术将浮点数变成整数运算为实现小波变换的实现方法,它比C语言实现速度快很多。 相似文献
2.
Intel virtualization technology 总被引:3,自引:0,他引:3
Uhlig R. Neiger G. Rodgers D. Santoni A.L. Martins F.C.M. Anderson A.V. Bennett S.M. Kagi A. Leung F.H. Smith L. 《Computer》2005,38(5):48-56
A virtualized system includes a new layer of software, the virtual machine monitor. The VMM's principal role is to arbitrate accesses to the underlying physical host platform's resources so that multiple operating systems (which are guests of the VMM) can share them. The VMM presents to each guest OS a set of virtual platform interfaces that constitute a virtual machine (VM). Once confined to specialized, proprietary, high-end server and mainframe systems, virtualization is now becoming more broadly available and is supported in off-the-shelf systems based on Intel architecture (IA) hardware. This development is due in part to the steady performance improvements of IA-based systems, which mitigates traditional virtualization performance overheads. Intel virtualization technology provides hardware support for processor virtualization, enabling simplifications of virtual machine monitor software. Resulting VMMs can support a wider range of legacy and future operating systems while maintaining high performance. 相似文献
3.
Barbara Gengler 《Computer Fraud & Security》2000,2000(7):6-7
Chipmaker Intel has developed a new technology that will improve the security of notebooks and data stored on them thanks to an architecture that authenticates users before the computer boots up. 相似文献
4.
5.
基于MMX技术的H.264解码器优化 总被引:4,自引:1,他引:4
新一代视频编码标准H.264为了提高编码效率采用了一系列新技术,而这些新技术的使用也极大地增加了算法的复杂度。因此,在保持编码效率的同时如何提高编解码器的运算速度成为目前研究的热点问题之一。介绍了符合H.264基本规范的解码器的基本框架和解码流程;通过复杂度分析确定了解码过程中计算最为密集的两个模块,即插值、整数余弦变换和重建模块;提出了基于MMX技术的优化方法,并对这两个模块进行了重点优化。实验结果表明,利用这些优化方法可以使解码器的平均解码速度提高到原来的1.4-2.1倍,优化效果十分显著。 相似文献
6.
The increasing demand for performance has stimulated the wide adoption of many-core accelerators like Intel® Xeon PhiTM Coprocessor, which is based on Intel’s Many Integrated Core architecture. While many HPC applications running in native mode have been tuned to run efficiently on Xeon Phi, it is still unclear how a managed runtime like JVM performs on such an architecture. In this paper, we present the first measurement study of a set of Java HPC applications on Xeon Phi under JVM. One key obstacle to the study is that there is currently little support of Java for Xeon Phi. This paper presents the result based on the first porting of OpenJDK platform to Xeon Phi, in which the HotSpot virtual machine acts as the kernel execution engine. The main difficulty includes the incompatibility between Xeon Phi ISA and the assembly library of Hotspot VM. By evaluating the multithreaded Java Grande benchmark suite and our ported Java Phoenix benchmarks, we quantitatively study the performance and scalability issues of JVM on Xeon Phi and draw several conclusions from the study. To fully utilize the vector computing capability and hide the significant memory access latency on the coprocessor, we present a semi-automatic vectorization scheme and software prefetching model in HotSpot. Together with 60 physical cores and tuning, our optimized JVM achieves averagely 2.7x and 3.5x speedup compared to Xeon CPU processor by using vectorization and prefetching accordingly. Our study also indicates that it is viable and potentially performance-beneficial to run applications written for such a managed runtime like JVM on Xeon Phi. 相似文献
7.
SPEC CPU2017基准包中包含SPEC的下一代行业标准,是目前CPU性能评测的客观和可信的基准程序之一.采用SPEC CPU2017对Intel Cascade Lake架构的Intel Xeon Gold 6252N型号CPU做了不同内存频率、不同副本数、打开/关闭T urbo的组合测试,总结了不同应用程序在不... 相似文献
8.
Sibert O. Porras P.A. Lindell R. 《IEEE transactions on pattern analysis and machine intelligence》1996,22(5):283-293
An in depth analysis of the 80×86 processor families identifies architectural properties that may have unexpected, and undesirable, results in secure computer systems. In addition, reported implementation errors in some processor versions render them undesirable for secure systems because of potential security and reliability problems. We discuss the imbalance in scrutiny for hardware protection mechanisms relative to software, and why this imbalance is increasingly difficult to justify as hardware complexity increases. We illustrate this difficulty with examples of architectural subtleties and reported implementation errors 相似文献
9.
无线MMX(Wireless MMX Technology)是用来提高移动多媒体计算性能的技术。针对无线视频通信的应用,研究了采用无线MMX来实现MPEG-4视频编解码的技术;通过对无线MMX体系结构和指令特点的分析,从指令优化和算法优化两方面给出了MPEG-4编解码器优化的关键策略。经过优化的编解码器可很好地满足无线视频通信要求。 相似文献
10.
《Journal of Microcomputer Applications》1992,15(4):361-371
The design of programming languages has a long tradition at ETH Zürich. With the development of the extensible operating system Oberon [1] [2] for the personal work-station Ceres, a new programming language for its implementation came into being and was called Oberon as well. Building on the solid grounds of Modula-2, the programming language Oberon [3] [4] adds features to support object-oriented programming while dropping some of the less important constructs of its predecessor. Although the Oberon system and the language have been ported to several widely-used commercial platforms [5], a version for IBM PCs is still missing. To encourage the development of Oberon for PCs, we discuss the architecture of the Intel i386 [6], the requirements of Oberon, and different implementation options for Oberon on this processor. 相似文献
11.
基于MMX技术的H.264编码器的研究与实现 总被引:1,自引:1,他引:1
分析甚低码率视频压缩标准H.264的算法特点,基于H.264软件编码器,根据MMX技术的特点、数据结构和使用方法,用支持单指令多数据SIMD的MMX技术优化H.264的算法模块.重点讨论最耗时的DCT、IDCT、IT、IIT、帧间预测、帧内预测的运动估计、补偿模块的MMX实现算法.实验结果表明:优化后的编码器的处理速度提高到原来的1.3倍,有一定的实用价值. 相似文献
12.
13.
在嵌入式系统中,Bootloader是软件开发的第一个环节,在完成引导加载系统镜像的同时,扩展和增加了具体硬件模块上的功能支持,对于一个嵌入式设备后续的软件开发至关重要.Blob是一款功能强大的Bootloader, Intel PXA270是一款基于XScale架构的嵌入式处理器.本文分析了Blob的启动机制和工作原理以及在Intel PXA270平台上的移植过程. 相似文献
14.
15.
Lim Roktaek Lee Yeongha Kim Raehyun Choi Jaeyoung Lee Myungho 《The Journal of supercomputing》2019,75(12):7895-7908
The Journal of Supercomputing - The general matrix–matrix multiplication is a core building block for implementing Basic Linear Algebra Subprograms. This paper presents a methodology for... 相似文献
16.
工控组态软件利用其强大驱动程序库将各种工业监测模块有效集成,简化了监控程序的开发,因而在自动控制领域内有广泛的应用,但是对于组态软件没有给出驱动的硬件模块则不能应用组态软件来集成,这就限制了组态软件的应用,本文给出了利用动态数据交换(DDE)技术实现应用软件与组态软件数据交换的解决方案. 相似文献
17.
18.
19.
《Computer》1980,13(10):42-60
A mere six years of microprocessor evolution have yielded a three-orders-of-magnitude performance improvement. 相似文献
20.
Investigating mobile wireless technology adoption: An extension of the technology acceptance model 总被引:2,自引:0,他引:2
This research represents a theoretical extension of the Technology Acceptance Model (TAM), which IS researchers have used
to explain technologies’ perceived usefulness and individuals intention to use it. The authors developed a model, referred
to as the Mobile Wireless Technology Acceptance Model (MWTAM), to test the relationship between theoretical constructs spanning
technological influence processes (Perceived Ubiquity, and Perceived Reachability) and cognitive influence processes (Job
Relevance, Perceived Usefulness, and Perceived Ease of Use) and their impact on Behavioral Intention. MWTAM is assessed using
data collected from an online survey and analyzed using AMOS 5.0. Results provide evidence to support MWTAM as both the technological
and cognitive influence processes accounted for 58.7% of the variance explained in an individual’s Behavioral Intention toward
using mobile wireless technology. Additionally, the path coefficients between constructs ranged from 0.241 to 0.572 providing
further evidence to support the theoretical extension of TAM.
相似文献
Gary GarrisonEmail: |