[libc] Add `lgamma` and `lgamma_r` stubs for the GPU (#102019)
Summary: These functions are used by the <random> implementation in libc++ and cause a lot of tests to fail. For now we provide these t
[libc] Add `lgamma` and `lgamma_r` stubs for the GPU (#102019)
Summary: These functions are used by the <random> implementation in libc++ and cause a lot of tests to fail. For now we provide these through the vendor abstraction until we have a real version. The NVPTX version doesn't even update the output correctly so these are just temporary.
show more ...
|