[PATCH] D77238: [CUDA][NFC] Split math.h functions out of __clang_cuda_device_functions.h

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 1 23:57:48 PDT 2020


jdoerfert added a comment.

In D77238#1956547 <https://reviews.llvm.org/D77238#1956547>, @hliao wrote:

> this patch breaks the test clang/test/Headers/nvptx_device_cmath_functions.cpp, could you please fix it ASAP?
>  Once NVPTX target is enabled, the following tests failed:
>
> Failing Tests (6):
>
>   Clang :: Headers/nvptx_device_cmath_functions.c
>   Clang :: Headers/nvptx_device_cmath_functions.cpp
>   Clang :: Headers/nvptx_device_cmath_functions_cxx17.cpp
>   Clang :: Headers/nvptx_device_math_functions.c
>   Clang :: Headers/nvptx_device_math_functions.cpp
>   Clang :: Headers/nvptx_device_math_functions_cxx17.cpp


Aware, should be fixed by b0b5f0416be60152ddc8d606b1720daba0005518 <https://reviews.llvm.org/rGb0b5f0416be60152ddc8d606b1720daba0005518>. Apologies for the noise.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77238/new/

https://reviews.llvm.org/D77238





More information about the cfe-commits mailing list