arrayfire-python:ArrayFire的Python绑定

时间:2024-05-27 09:17:38
【文件属性】:

文件名称:arrayfire-python:ArrayFire的Python绑定

文件大小:169KB

文件格式:ZIP

更新时间:2024-05-27 09:17:38

python hpc gpu opencl cuda

ArrayFire Python绑定 是一个具有易于使用的API的用于并行计算的高性能库。 它使用户能够编写可在CUDA,OpenCL和CPU设备之间移植的科学计算代码。 该项目为ArrayFire库提供Python绑定。 文献资料 该项目的文档可以找到。 例子 # Monte Carlo estimation of pi def calc_pi_device ( samples ): # Simple, array based API # Generate uniformly distributed random numers x = af . randu ( samples ) y = af . randu ( samples ) # Supports Just In Time Compilation # The following li


网友评论