suppose I have in a file type.h
#ifdef DTYPE==FP16 typedef half Dtype; #else typdef float Dtype; #endif
I have a function declaration in test.h