[libc][Obvious] Correctly initialize the default clock frequency (#76582)
Summary: The AMDGPU architecture does not use a fixed frequency for all of its architectures. However, the newer GPUs tend to have one that's consistent between them (Except for Vega10). This was set up but not actually used, so the implementation was just defaulting to whatever value the global was being set to. Fix.
parent
4bd79ea3
Please register or sign in to comment