I am trying to use concurrent streams but I am having problems with it. Maybe someone has already tried to use streams and can give me a piece of code so I can see how it works. First of all I start with:
istat = cudaStreamCreate(1)
this should create a new stream, but still the compiler states:‘Argument number 1 to cudastreamcreate does not match INTENT (OUT)’. Am I already missing something? Am I correct that I then have to create for each stream a data copy? eg.