[all-commits] [llvm/llvm-project] 621a27: [flang][openacc] Warn for num_gangs, num_workers a...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Oct 19 14:03:29 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 621a271aac421a6253931be585303bd3958d0f1a
      https://github.com/llvm/llvm-project/commit/621a271aac421a6253931be585303bd3958d0f1a
  Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M flang/lib/Semantics/check-acc-structure.cpp
    M flang/lib/Semantics/check-directive-structure.h
    M flang/test/Semantics/OpenACC/acc-serial.f90

  Log Message:
  -----------
  [flang][openacc] Warn for num_gangs, num_workers and vector_length on acc serial (#69622)

For portability with other compilers, just issue a portability warning
instead of a hard error when `num_gangs`, `num_workers` or
`vector_length` are present on an `!$acc serial` directive




More information about the All-commits mailing list