1#pragma once
2
3namespace taichi {
4bool is_cuda_api_available();
5} // namespace taichi
6