登录
首页 » Python » npinto-python-cuda-a361b56

npinto-python-cuda-a361b56

于 2010-01-11 发布 文件大小:1060KB
0 110
下载积分: 1 下载次数: 25

代码说明:

  Python bindings for CUDA 2.1 with numpy integration

文件列表:

npinto-python-cuda-a361b56
..........................\.gitignore
..........................\COMMENTS_JR.txt
..........................\COMMENTS_NP.txt
..........................\cuda
..........................\....\cu
..........................\....\..\cu_api.py
..........................\....\..\cu_defs.py
..........................\....\..\tests
..........................\....\..\.....\todo
..........................\....\..\.....\....\cu_add.py
..........................\....\..\.....\....\cu_blsc.py
..........................\....\..\.....\....\cu_gflops.py
..........................\....\..\.....\....\cu_poly.py
..........................\....\..\.....\....\cu_saxpy.py
..........................\....\..\.....\....\cu_sgemm.py
..........................\....\..\.....\....\cu_streams.py
..........................\....\..\.....\....\cu_trig.py
..........................\....\..\__init__.py
..........................\....\cublas
..........................\....\......\cublas_api.py
..........................\....\......\cublas_defs.py
..........................\....\......\tests
..........................\....\......\.....\todo
..........................\....\......\.....\....\cublas_saxpy.py
..........................\....\......\.....\....\cublas_sdot.py
..........................\....\......\.....\....\cublas_sgemm.py
..........................\....\......\__init__.py
..........................\....\cuda
..........................\....\....\cuda_api.py
..........................\....\....\cuda_defs.py
..........................\....\....\tests
..........................\....\....\.....\todo
..........................\....\....\.....\....\cuda_add.py
..........................\....\....\.....\....\cuda_blsc.py
..........................\....\....\.....\....\cuda_gflops.py
..........................\....\....\.....\....\cuda_GL.py

..........................\....\....\.....\....\cuda_poly.py
..........................\....\....\.....\....\cuda_QtGL.py
..........................\....\....\.....\....\cuda_saxpy.py
..........................\....\....\.....\....\cuda_sgemm.py
..........................\....\....\.....\....\cuda_streams.py
..........................\....\....\.....\....\cuda_trig.py
..........................\....\....\__init__.py
..........................\....\cufft
..........................\....\.....\cufft_api.py
..........................\....\.....\cufft_defs.py
..........................\....\.....\tests
..........................\....\.....\.....\todo
..........................\....\.....\.....\....\bfft.py
..........................\....\.....\.....\....\cuda_fft.py
..........................\....\.....\.....\....\cu_fft.py
..........................\....\.....\.....\....\dfft.py
..........................\....\.....\.....\....\gfft_cu.py
..........................\....\.....\.....\....\gfft_cuda.py
..........................\....\.....\.....\....\manyfft.py
..........................\....\.....\.....\....\sfft.py
..........................\....\.....\.....\....\xfft.py
..........................\....\.....\__init__.py
..........................\....\utils
..........................\....\.....\benchplot.py
..........................\....\.....\cuda_utils.py
..........................\....\.....\cu_utils.py
..........................\....\.....\libutils.py
..........................\....\.....\__init__.py
..........................\....\__init__.py
..........................\doc
..........................\...\Using-VBOs.pdf
..........................\examples
..........................\........\bw_test.py
..........................\........\TODO
..........................\........\__init__.py
..........................\ez_setup.py
..........................\htm" target=_blank>LICENSE
..........................\MANIFEST.in
..........................\misc
..........................\....\cf
..........................\....\cmpG
..........................\....\htm" target=_blank>compileC
..........................\....\compileCG
..........................\....\htm" target=_blank>compileCX
..........................\....\htm" target=_blank>compileG
..........................\....\htm" target=_blank>compileGso
..........................\....\cpuFunctions.c
..........................\....\cpuFunctions.py
..........................\....\ctypes_array.py
..........................\....\ctypes_array_test.py
..........................\....\ctypes_extra.py
..........................\....\devinfo_cr.py
..........................\....\devinfo_cu.py
..........................\....\gpuFunctions.cu
..........................\....\gpuFunctions.cubin
..........................\....\gpuFunctions.linkinfo
..........................\....\gpuFunctions.ptx
..........................\....\gpuFunctions.py
..........................\....\kernelGL.cu
..........................\....\matadd.txt
..........................\....\mklMath.py
..........................\....\README

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • counting-the-student-number
    统计[0, 100] 之间的学生人数并且求出最值和均值(Statistics [100], the number of students and find the best value and the mean)
    2012-06-24 21:37:37下载
    积分:1
  • 模糊控制
    说明:  模糊控制的C语言实现,双输入单输出,采用查表法进行模糊推理,去模糊方法采用重心法,易于单片机实现(C language realization of fuzzy control, double input and single output, using look-up table method for fuzzy reasoning, using center of gravity method for deblurring, easy to realize by single chip computer)
    2020-11-17 20:09:39下载
    积分:1
  • guanwangpingcha
    最高用水量时,给水管网平差程序,c语言开发,含实例演示(When the maximum water consumption, water distribution network adjustment program, c language development, with examples demonstrate)
    2010-06-04 22:54:07下载
    积分:1
  • ABAQUS+UMAT+FORTRAN
    ABAQUS中用户材料子程序UMAT的开发主要解决两方面的问题:本构模型的建立和积分算法的选择。 本文主要研究非线性材料的UMAT实现方法,并重点研究其迭代算法部分,目前,用户材料子程序UMAT的迭代算法主要是常刚度法,常刚度法的优点在于算法原理较简单,程序编写较方便,缺点是当遇到复杂非线性材料时,其迭代次数较多,收敛速度也较慢,在这个情况下,本文采取的是一种迭代次数较少且收敛速度较快的切线刚度法,具体就是采用FORTRAN语言编制了基于Von-Mises模型的接口程序,并采用切线刚度算法,通过与ABAQUS自带本构关系计算的结果相比较,验证其正确性。(This paper studies the user subroutine UMAT of ABAQUS development methods, the use of FORTRAN language isotropic hardening material model of the interface program, studied the effects of such material is extremely elastic-plastic constitutive relation method. This article UMAT tightly around the secondary development of technology, the first principle of its interface detail, and then for the theory of nonlinear finite element incremental stiffness of the regular tangent stiffness method and the theory of algorithms to do an in-depth analysis of deduced a regular tangent stiffness and rigidity of the law of the specific expression of algorithm theory, and then the preparation of the two algorithms, respectively, of the UMAT program, and finally the establishment of a specific model checking, bringing with ABAQUS elasto-plastic constitutive relation of the calculated results compared to verify the correctness of the two.)
    2020-12-05 21:59:24下载
    积分:1
  • fft
    FFT快速傅里叶变换,用于数字信号处理,大大提高了运行速度,节省内存开销。C语言实现(FFT fast Fourier transform for digital signal processing, greatly improving the speed and save memory overhead. C language)
    2011-05-30 00:54:58下载
    积分:1
  • unit-commitment-problem--5-machine-
    采用拉格朗日算法求解机组组合问题,采用的是5机系统(Lagrange algorithm for unit commitment problem, 5 machine system)
    2021-04-20 15:18:51下载
    积分:1
  • 全向比幅法测角
    该程序为全向比幅法测角程序,并给出了测角误差分析(The program is omnidirectional amplitude ratio angle measuring program, and the angle error analysis is given)
    2018-04-08 17:50:36下载
    积分:1
  • ZernikePolynomialsForTheWeb
    一个简单介绍ZERNIKE矩的文章,zernike矩是一种在图像处理、模式识别中广泛应用的方法(ZERNIKE a brief moment of articles, zernike moment is a kind of image processing, pattern recognition methods widely used in)
    2010-03-09 20:54:49下载
    积分:1
  • FDTD
    是以有限差分算法的MATLAB实现,可以运行的,给出谐振腔的场强的表示方法(finite diffenence time domain programmed by matlab language is for cavity, and its elelctro magnetic field can be showed.)
    2009-04-28 08:17:33下载
    积分:1
  • Desktop
    说明:  在进行激光熔覆或者焊接时可用到的移动热源命令流(Command flow of moving heat source available during laser cladding or welding)
    2020-07-01 22:55:37下载
    积分:1
  • 696522资源总数
  • 104038会员总数
  • 40今日下载