1 #include "hip_backend.h" 2 3 int main(int argc, char **argv) { 4 HipBackend hipBackend; 5 hipBackend.info(); 6 } 7