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