In src/ale/python/CMakeLists.txt, XLA support for both CPU and GPU depend on CUDA being installed. However, src/ale/python/ale_vector_xla_interface.cpp already checks whether __CUDACC__ is defined before creating bingings for GPU, so disabling XLA support entirely seems unnecessary in this case. Is there a particular reason for this?