-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
GCGarbage collectorGarbage collectormultithreadingBase.Threads and related functionalityBase.Threads and related functionality
Description
I would like to add the ability to pin GC threads to ThreadPinning.jl. AFAICS, we (a user) can't run Julia code on GC threads. Hence, I think we need to add something like https://github.com/OpenMathLib/OpenBLAS/blob/4d0b7fbec04c95c90291938a5974f00673e10e68/driver/others/blas_server.c#L341-L369 to the C runtime.
Would it be possible/accepted to add such functions?
(cc @vchuravy)
PS: IIUC, we can't add this retrospectively to 1.10 but it would be great to get it into 1.11.
vchuravy, MasonProtter and gbaraldi
Metadata
Metadata
Assignees
Labels
GCGarbage collectorGarbage collectormultithreadingBase.Threads and related functionalityBase.Threads and related functionality