[CK_BUILDER] Remove cmath include (#3508)
Remove the dependency from device_tensor_generator.hpp and fix a typo from a previous force push. The changes replace standard library math functions with their ck::math equivalents and define PI as a local constant instead of computing it using std::acos. Key changes: * Removed #include header dependency * Replaced std::acos(-1.0) with hardcoded PI constant 3.141592653f * Replaced std::sqrt, std::cos, and std::sin with ck::math equivalents
J
John Shumway committed
4670df5ca606e6e3ee07a085ea61016489bf91ad
Parent: 355ce92
Committed by GitHub <noreply@github.com>
on 1/3/2026, 12:58:35 AM