我正在尝试使用 arrayFire python ( https://github.com/arrayfire/arrayfire-python ) 进行多 GPU 编程。
但是,当我尝试将它与并发期货(https://docs.python.org/3/library/concurrent.futures.html)库连接时,我遇到了同步问题。
有人对如何使用 arrayfire-python 在多个 GPU 上进行并行处理有意见吗?
我正在尝试使用 arrayFire python ( https://github.com/arrayfire/arrayfire-python ) 进行多 GPU 编程。
但是,当我尝试将它与并发期货(https://docs.python.org/3/library/concurrent.futures.html)库连接时,我遇到了同步问题。
有人对如何使用 arrayfire-python 在多个 GPU 上进行并行处理有意见吗?