Python - run funtion under cuda

后端 未结 0 923
春和景丽
春和景丽 2021-01-05 22:06

I\'m trying to run a simple example under cuda.

this is my code:

from numba import cuda
import numpy as np
@cuda.jit
def product(rho, theta, x):
    x[         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题