Unverified Commit bae46d14 authored by Joseph Huber's avatar Joseph Huber Committed by GitHub
Browse files

[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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment