diff options
Diffstat (limited to 'llvm/docs/CompileCudaWithLLVM.rst')
-rw-r--r-- | llvm/docs/CompileCudaWithLLVM.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst index 95d6b0d9b82..6e181c84e68 100644 --- a/llvm/docs/CompileCudaWithLLVM.rst +++ b/llvm/docs/CompileCudaWithLLVM.rst @@ -143,9 +143,9 @@ device side. ---------------------------- In clang, ``math.h`` and ``cmath`` are available and `pass -<https://github.com/llvm-mirror/test-suite/blob/master/External/CUDA/math_h.cu>`_ +<https://github.com/llvm/llvm-test-suite/blob/master/External/CUDA/math_h.cu>`_ `tests -<https://github.com/llvm-mirror/test-suite/blob/master/External/CUDA/cmath.cu>`_ +<https://github.com/llvm/llvm-test-suite/blob/master/External/CUDA/cmath.cu>`_ adapted from libc++'s test suite. In nvcc ``math.h`` and ``cmath`` are mostly available. Versions of ``::foof`` |