Kotlin/kotlinx.coroutines

New design for Coroutine Dispatcher using GPU

Kotlin-GDE opened this issue · 1 comments

hi,

  1. coroutines default dispather use CPU cors, so how about usage of GPU cores (for more performance)
  2. new kind of dispatcher collaborate with virtual threads to benefices from both strategy for concurrency & asynchronous programming
  1. 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