Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Does it have the multi-thread test ? #504

Open
Rpersie opened this issue Dec 25, 2018 · 1 comment
Open

Does it have the multi-thread test ? #504

Rpersie opened this issue Dec 25, 2018 · 1 comment

Comments

@Rpersie
Copy link

Rpersie commented Dec 25, 2018

In my task, I need not only do network computations on gpu but also do complex post processing on cpu.
So I need to create multithreads on cpu and push the data to gpu individually by every thread. But I have counter a big problem. This architecture can not support many threads on cpu. For example, the machine can run 56 threads on cpu . But the cpu-gpu mix architecture can only run 8 threads . Does this project
have some multithread examples ? Or some advices about how to use it in multithread . Thank you !

@2015-10-10
Copy link

Anakin has updated the multi-thread test in docs/Manual/Anakin_helper_ch.md, and will push to GitHub very soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants