author | Joseph Huber <jhuber6@vols.utk.edu> | |
Thu, 8 Jun 2023 22:51:43 +0000 (17:51 -0500) | ||
committer | Joseph Huber <jhuber6@vols.utk.edu> | |
Wed, 14 Jun 2023 17:59:15 +0000 (12:59 -0500) | ||
commit | 8060d96aed7c2ee8be188fb7619a0cbb863d4f8c | |
tree | 13c19ca34fe37551f6a9eefca7b1cd8ec1c0082c | tree | snapshot |
parent | 7d21f5714e5a040f121fa08648c748073467db82 | commit | diff |
libc/config/gpu/entrypoints.txt | diff | blob | history | |
libc/config/gpu/headers.txt | diff | blob | history | |
libc/src/math/CMakeLists.txt | diff | blob | history | |
libc/src/math/gpu/CMakeLists.txt | [new file with mode: 0644] | blob |
libc/src/math/gpu/round.cpp | [new file with mode: 0644] | blob |
libc/src/math/gpu/roundf.cpp | [new file with mode: 0644] | blob |
libc/src/math/gpu/roundl.cpp | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/CMakeLists.txt | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/amdgpu/amdgpu.h | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/amdgpu/declarations.h | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/amdgpu/platform.h | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/common.h | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/nvptx/declarations.h | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/nvptx/nvptx.h | [new file with mode: 0644] | blob |
libc/src/math/gpu/vendor/sin.cpp | [new file with mode: 0644] | blob |