1*255dad32SJeremy L Thompson #define FAKE_SYS_SCALE_ONE 1 2*255dad32SJeremy L Thompson 3*255dad32SJeremy L Thompson // Note - files included this way cannot transitively include any files CUDA/ROCm won't compile 4*255dad32SJeremy L Thompson // These are bad 5*255dad32SJeremy L Thompson // #include <ceed.h> 6*255dad32SJeremy L Thompson // #include <math.h> 7*255dad32SJeremy L Thompson // #include <stddef.h> 8*255dad32SJeremy L Thompson 9*255dad32SJeremy L Thompson // This is ok 10*255dad32SJeremy L Thompson #include <ceed/types.h> 11