Add function to the NVPTX libomptarget library that will return true if the current target region is being executed in SPMD mode.
Use int8_t instead of bool type.
Looks good.