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
...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 internal GPGPU applications, and a snapshot of it is included in
the open-source TensorFlow_ project, where...
2016 Mar 09
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...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 internal GPGPU applications, and a snapshot of it is included in
> the open-source Te...
2016 Mar 10
2
RFC: Proposing an LLVM subproject for parallelism runtime and support libraries
...cally-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 internal GPGPU applications, and a snapshot of it is included in
>>...