search for: executor_

Displaying 3 results from an estimated 3 matches for "executor_".

Did you mean: executor
2016 Mar 09
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...nified wrapper around the **CUDA** and **OpenCL** host-side programming models (runtimes). It lets host code target either CUDA or OpenCL devices with identically-functioning data-parallel kernels. StreamExecutor manages the execution of concurrent work targeting the accelerator similarly to how an Executor_ from the Google APIs client library manages the execution of concurrent work on the host. .. _Executor: http://google.github.io/google-api-cpp-client/latest/doxygen/classgoogleapis_1_1thread_1_1Executor.html StreamExecutor is currently used as the runtime for the vast majority of Google's int...
2016 Mar 09
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...d the **CUDA** and **OpenCL** > host-side programming models (runtimes). It lets host code target either > CUDA or OpenCL devices with identically-functioning data-parallel kernels. > StreamExecutor manages the execution of concurrent work targeting the > accelerator similarly to how an Executor_ from the Google APIs client > library manages the execution of concurrent work on the host. > > .. _Executor: > http://google.github.io/google-api-cpp-client/latest/doxygen/classgoogleapis_1_1thread_1_1Executor.html > > StreamExecutor is currently used as the runtime for the vast...
2016 Mar 10
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...nd >> **OpenCL** host-side programming models (runtimes). It lets host code >> target either CUDA or OpenCL devices with identically-functioning >> data-parallel kernels. StreamExecutor manages the execution of concurrent >> work targeting the accelerator similarly to how an Executor_ from the >> Google APIs client library manages the execution of concurrent work on the >> host. >> >> .. _Executor: >> http://google.github.io/google-api-cpp-client/latest/doxygen/classgoogleapis_1_1thread_1_1Executor.html >> >> StreamExecutor is currently...