Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚从 accleeyes 下载了 Arrayfire 库。Arrayfire 是一个基于 CUDA 的库,我在 python 中使用它。我尝试在 python 中运行最简单的代码:
import arrayfire as af a=af.randu(5)
提示挂起,我的 cpu 使用率约为 50%(我有一个双核 cpu)。当我运行提供的示例时也会发生同样的事情。阻止这种情况的唯一方法是从进程管理器结束进程。出了什么问题?有人可以帮我吗?