[all-commits] [llvm/llvm-project] dfc0d9: Revert D80450 "[CUDA][HIP] Fix implicit HD functio...

Fangrui Song via All-commits all-commits at lists.llvm.org
Wed Jun 10 17:42:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dfc0d9475556cb04f443f728e68cf8c7afa904eb
      https://github.com/llvm/llvm-project/commit/dfc0d9475556cb04f443f728e68cf8c7afa904eb
  Author: Fangrui Song <maskray at google.com>
  Date:   2020-06-10 (Wed, 10 Jun 2020)

  Changed paths:
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/lib/Sema/SemaOverload.cpp
    M clang/test/SemaCUDA/function-overload.cu

  Log Message:
  -----------
  Revert D80450 "[CUDA][HIP] Fix implicit HD function resolution"

This reverts commit 263390d4f5f23967a31af09eb6e0c12e633d6104.

This can still cause bogus errors:

eigen3/Eigen/src/Core/CoreEvaluators.h:94:38: error: call to implicitly-deleted copy constructor of 'unary_evaluator<Eigen::Inverse<Eigen::Matrix<double, 4, 4, 0, 4, 4>>>'

thrust/system/detail/generic/for_each.h:49:3: error: implicit instantiation of undefined template
'thrust::detail::STATIC_ASSERTION_FAILURE<false>'




More information about the All-commits mailing list