| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Revert "[LLVM] Replace use of LLVM_RUNTIMES_TARGET with LLVM_DEFAULT_TARGET_TRIPLE (#136208)" This reverts commit 2e145f11c0bcfa2052416d96d682c75f33971a8c. Somehow causes some static assertions to fail? | 1 年前 | |
[libc] Update GPU documentation pages (#84076) Summary: After the overhaul of the GPU build the documentation pages were a little stale. This updates them with more in-depth information on building the GPU runtimes and using them. Specifically using them goes through the differences between the offloading and direct compilation modes. | 2 年前 | |
[libc] Partially implement 'errno' on the GPU (#97107) Summary: The errno variable is expected to be thread_local by the standard. However, the GPU targets do not support thread_local and implementing that would be a large endeavor. Because of that, we previously didn't provide the errno symbol at all. However, to build some programs we at least need to be able to link against errno. Many things that would normally set errno completely ignore it currently (i.e. stdio) but some programs still need to be able to link against correct C programs. For this purpose this patch exports the errno symbol as a simple global. Internally, this will be updated atomically so it's at least not racy. Externally, this will be on the user. I've updated the documentation to state as such. This is required to get libc++ to build. | 2 年前 | |
[libc][Docs] Update the GPU RPC documentation (#79069) Summary: This adds some more concrete information on the RPC interface. Hopefully this is intelligable and provides some useful examples. | 2 年前 | |
[libc][gpu][docs] Fix typos in GPU libc's documentation (#138565) Fix typos in GPU libc's documentation about the rpc implementation. | 1 年前 | |
[libc] Enable 'strftime' for the GPU targets (#128220) Summary: These should allow us to build with locale support for libcxx. | 1 年前 | |
[libc] Update GPU testing documentation (#85459) Summary: This documentation was lagging reality and didn't contain much. Update it with some more information now that it's more mature. | 2 年前 | |
[AMDGPU] Replace gfx940 and gfx941 with gfx942 in offload and libclc (#125826) gfx940 and gfx941 are no longer supported. This is one of a series of PRs to remove them from the code base. For SWDEV-512631 and SWDEV-512633 | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 1 年前 |