[all-commits] [llvm/llvm-project] 33d660: [Clang][OpenMP] Update driver test case for OpenMP...

Shilei Tian via All-commits all-commits at lists.llvm.org
Sat Feb 20 12:14:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33d660939d9acb027f9941f037802936124dad8c
      https://github.com/llvm/llvm-project/commit/33d660939d9acb027f9941f037802936124dad8c
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2021-02-20 (Sat, 20 Feb 2021)

  Changed paths:
    R clang/test/Driver/Inputs/libomptarget/libomptarget-nvptx-cuda_80-sm_20.bc
    A clang/test/Driver/Inputs/libomptarget/libomptarget-nvptx-cuda_80-sm_35.bc
    M clang/test/Driver/openmp-offload-gpu.c

  Log Message:
  -----------
  [Clang][OpenMP] Update driver test case for OpenMP offload to use sm_35

`sm_35` is the minimum requirement for OpenMP offloading on NVPTX device.
Current driver test case is using `sm_20`. D97003 is going to switch the minimum
CUDA version to 9.2, which only supports `sm_30+`. This patch makes step for the
change.

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D97120




More information about the All-commits mailing list