※ [本文转录自 Wanted 看板 #1Ud_itb2 ]
作者: Ohwil (Ohwil) 看板: Wanted
标题: [征求] 使用python cuda的帮忙测
时间: Wed Apr 22 16:07:17 2020
征求使用python, anaconda, numba, cuda
测试xoroshiro128p_uniform_float32
参考 https://numba.pydata.org/numba-doc/0.36.1/cuda/random.html
threads_per_block = 32
blocks = 32
用for loop跑10^7次
约可产生随机数 10^10个
这样时间花多少秒呢
想评估显卡该买哪个等级 或者放弃用numpy.rand就好
Orz