New design for Coroutine Dispatcher using GPU
Kotlin-GDE opened this issue · 1 comments
Kotlin-GDE commented
hi,
- coroutines default dispather use CPU cors, so how about usage of GPU cores (for more performance)
- new kind of dispatcher collaborate with virtual threads to benefices from both strategy for concurrency & asynchronous programming
dkhalanskyjb commented
- Code running on the GPU does not interact with the code running on the CPU seamlessly, which is why GPU programming is typically done in a different language from CPU programming. See https://stackoverflow.com/a/42641009
2 duplicates #3606