Mathematical Functions#
2025-10-17
2 min read time
Applies to Linux
The math functions APIs guarantee both CUDA and CPU compatibility, making it more straightforward to write __host__ __device__ functions without being concerned whether the underlying intrinsics will build and work.
#include <raft/core/math.hpp>
namespace raft::core