Re: [PATCH 1/7] OpenMP: Bug fixes for comparing context selectors

2025-02-10 Thread Tobias Burnus
Sandra Loosemore wrote: gcc/ChangeLog * omp-general.cc (omp_context_selector_props_compare): Handle arbitrary expressions in the "user" and "device_num" selectors. (omp_context_selector_set_compare): Detect mismatch when one selector specifies a score and the other

[PATCH 1/7] OpenMP: Bug fixes for comparing context selectors

2025-02-10 Thread Sandra Loosemore
gcc/ChangeLog * omp-general.cc (omp_context_selector_props_compare): Handle arbitrary expressions in the "user" and "device_num" selectors. (omp_context_selector_set_compare): Detect mismatch when one selector specifies a score and the other doesn't. --- gcc/omp-gen