[Openmp-dev] omp_is_initial_device commit small issue

C Bergström cbergstrom at pathscale.com
Wed Feb 11 03:22:29 PST 2015


With the commit "OpenMP 4.0 standard function omp_is_initial_device()
implemented." we now have conflicting symbols compared to our own
device offloading support

This will probably be true for the following:
omp_set_default_device
omp_get_default_device
omp_get_num_devices
omp_is_initial_device
--------
What's the best way to tackle this? Should we rename stuff on our side
(_Offload_get_device_number) or #if or what's the best design?

Thanks



More information about the Openmp-dev mailing list