[all-commits] [llvm/llvm-project] c3074d: [libomptarget][nvptx] Replace cuda atomic primitiv...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Sun Jan 24 02:59:38 PST 2021


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

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

  Log Message:
  -----------
  [libomptarget][nvptx] Replace cuda atomic primitives with clang intrinsics

[libomptarget][nvptx] Replace cuda atomic primitives with clang intrinsics

Tested by diff of IR generated for target_impl.cu before and after. NFC. Part
of removing deviceRTL build time dependency on cuda SDK.

Reviewed By: tianshilei1992

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




More information about the All-commits mailing list