Skip to content

Commit 3645ca5

Browse files
authored
[libc] Enable quick_exit routines on the GPU (#102242)
Summary: We should be able to use these on the GPU just like exit.
1 parent 3c391a6 commit 3645ca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/config/gpu/entrypoints.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ set(TARGET_LIBC_ENTRYPOINTS
165165
libc.src.stdlib.strtoll
166166
libc.src.stdlib.strtoul
167167
libc.src.stdlib.strtoull
168+
libc.src.stdlib.at_quick_exit
169+
libc.src.stdlib.quick_exit
168170

169171
# TODO: Implement these correctly
170172
libc.src.stdlib.aligned_alloc

0 commit comments

Comments
 (0)