[all-commits] [llvm/llvm-project] 214387: [libomptarget][nvptx] Reduce calls to cuda header

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Thu Jan 14 18:16:58 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 214387c2c694c92fec713f7ad224f10c1aebc1cf
      https://github.com/llvm/llvm-project/commit/214387c2c694c92fec713f7ad224f10c1aebc1cf
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-01-15 (Fri, 15 Jan 2021)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu

  Log Message:
  -----------
  [libomptarget][nvptx] Reduce calls to cuda header

[libomptarget][nvptx] Reduce calls to cuda header

Remove use of clock_t in favour of a builtin. Drop a preprocessor branch.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list