搜索资源列表
eucalyptus-1.6.2 云计算平台eucalyptus源代码
- 云计算平台eucalyptus源代码,其中我分析了集群控制器和关于存储方面(storage,CLC下的walrus,SC)的代码,让大家对该平台有个了解和提升-Cloud computing platform eucalyptus source code, which I analyzed the cluster controller and on the storage (storage, CLC under the walrus, SC) of the code, so that we ha
laplace
- 并行程序设计。laplace的并行实现.laplace是一个非常非常重要的算法,并行程序可以有效提升算法的执行效率。-Parallel programming. The laplace parallel implementation to the laplace is a very, very important algorithms, parallel programs can effectively improve the efficiency of the implementation o
cuda_match
- 使用NVIDIA的CUDA并行架构下的模板匹配,效率比openCV的有很大提升-Template matching using the NVIDIA CUDA parallel architecture, enhance efficiency than openCV
Desktop
- 计算一个整数的二进制表示中1的个数,该算法循环的次数只与整数的二进制表示中1的个数有关。相比与循环遍历所有位的方法,该算法在一般情况下能够大幅减少循环的次数,提升效率。 比如我们可以用一个整数做标识位,64位整数最多可以对应64个状态,可以用这个函数获取当前有效状态的个数-Calculate an integer number of the binary representation of the number of 1' s, this algorithm the numbe
mul
- 基于CUDA C的程序,可以对任意矩阵进行矩阵乘法,目前仅用全局存储器进行数据计算,相比于传统CPU程序,计算效率明显提升。程序结构简洁,内有注释,方便学习,如有不足之处,方便批评指正。-Based on CUDA C programs can be arbitrary matrix matrix multiplication, the current global memory for data only, compared to traditional CPU program, comput
cuda_stationary
- 利用cuda计算信号递归值,比利用CPU性能提升30倍以上。-calculate the recurrence value using cuda method, maximum 30x speed up compared to using CPU
ipp-samples
- 英特尔的ipp程序demo,可进行多核编程,运行效率大幅提升。-Intel' s ipp program demo, can be multi-core programming, significantly increasing operating efficiency.
Colfax-HOW-Day-05
- 对性能优化的讨论。本次会议制定了优化路线图,将优化技术分为五类优化。会议的演讲部分展示了一些从这5类技术的一个示例应用程序的N体模拟实施中的应用。该视频还提供了额外的案例研究,在该研究中的优化证明。会议的实践部分的N体模拟和措施的性能提升在英特尔至强E5处理器和第一代英特尔Xeon Phi协处理器获得的优化过程。-In Session 5 we begin the discussion of performance optimization. This session lays out the
python-GBDT
- 一个用PYTHON编写的梯度提升算法,适合做分类回归,希望对你有用-A gradient boost algorithm in PYTHON, suitable for classification of regression, hope useful to you
dijkstra_cuda
- 采用cuda对dijkstra算法进行并行实现,性能提升7倍多。- U91C7 u75286 u5B09 u5B09 u7
fft
- 基于MPI的并行快速傅里叶变换算法,通过多核并行计算提升计算性能。(the fast Fourier transform algorithm based on MPI coding)