我试图在nvidia dgx机器上运行jax,但失败得很糟糕,如下所示: >>> import jax>>> x = jnp.arange(10)external/org_tensorflow/tensorflow/stream_executor/gpu/asm_compiler.cc:80] Couldn't
get ptxas version string: INTERNAL: Couldn't
我试图使用我的GPU来运行我自己的程序。该项目的编译工作和它的另一个系统的工作。但是在目前的系统上,它有一个不同的GPU,我甚至不能让nvidia-smi工作。作为输出,我得到的只是:NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.$ sudo apt-get install nvidia-340
我的应用程序使用OpenCL。我在我的机器上进行了测试,它运行得很好,但在用户的机器上,内核就不能工作了。OpenCL Status : Using OpenCL Platform : Intel(R) OpenCL HD Graphics用户机器OpenCL Status : Using GPU Device : GeForce GT 730k