:py:mod:`bluecast.tests.test_check_gpu_support` =============================================== .. py:module:: bluecast.tests.test_check_gpu_support Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bluecast.tests.test_check_gpu_support.test_check_gpu_support_cpu_fallback bluecast.tests.test_check_gpu_support.test_check_gpu_support_gpu_available bluecast.tests.test_check_gpu_support.test_check_gpu_support_gpu_warning .. py:function:: test_check_gpu_support_cpu_fallback() Test that the function falls back to CPU when no GPU is detected. .. py:function:: test_check_gpu_support_gpu_available() Test that the function detects GPU support correctly. .. py:function:: test_check_gpu_support_gpu_warning() Test that the function falls back to CPU if GPU-related warnings are captured.