module faq.faq_gpu
¶
Short summary¶
module ensae_teaching_cs.faq.faq_gpu
A few functions about GPU.
Functions¶
function |
truncated documentation |
---|---|
Looks into GPU and CPU to see which card is available. Returns a string. |
Documentation¶
A few functions about GPU.
- ensae_teaching_cs.faq.faq_gpu.pyopencl_status()¶
Looks into GPU and CPU to see which card is available. Returns a string.
<<<
from ensae_teaching_cs.faq.faq_gpu import pyopencl_status print(pyopencl_status())
>>>
pyopencl is not available due to No module named 'pyopencl'