Basic producer-consumer pattern across multiple streams, based on code provided by Chancellor Pascale in the CUDA at Scale for the Enterprise course at Johns Hopkins University.
- Open three terminal windows.
- In the first terminal window, run
run_compute.sh
. - In the second terminal window, run
run_producer_a.sh
. - In the third terminal window, execute
run_producer_b.sh
. - When all three have finished, run
clean.sh
.