WIP: changes to support multiple CUDA streams. This commit contains porting of...
WIP: changes to support multiple CUDA streams. This commit contains porting of all kernels from the default stream to a single non-default stream. This commit has bugs regarding cudaMemcpy's still being in the default stream (and synchronous).
Showing
- PG-PuReMD/src/cuda/cuda_allocate.cu 1 addition, 1 deletionPG-PuReMD/src/cuda/cuda_allocate.cu
- PG-PuReMD/src/cuda/cuda_bond_orders.cu 34 additions, 19 deletionsPG-PuReMD/src/cuda/cuda_bond_orders.cu
- PG-PuReMD/src/cuda/cuda_bond_orders.h 7 additions, 5 deletionsPG-PuReMD/src/cuda/cuda_bond_orders.h
- PG-PuReMD/src/cuda/cuda_bonds.cu 3 additions, 2 deletionsPG-PuReMD/src/cuda/cuda_bonds.cu
- PG-PuReMD/src/cuda/cuda_box.cu 1 addition, 1 deletionPG-PuReMD/src/cuda/cuda_box.cu
- PG-PuReMD/src/cuda/cuda_charges.cu 20 additions, 14 deletionsPG-PuReMD/src/cuda/cuda_charges.cu
- PG-PuReMD/src/cuda/cuda_dense_lin_alg.cu 36 additions, 61 deletionsPG-PuReMD/src/cuda/cuda_dense_lin_alg.cu
- PG-PuReMD/src/cuda/cuda_dense_lin_alg.h 20 additions, 26 deletionsPG-PuReMD/src/cuda/cuda_dense_lin_alg.h
- PG-PuReMD/src/cuda/cuda_environment.cu 60 additions, 8 deletionsPG-PuReMD/src/cuda/cuda_environment.cu
- PG-PuReMD/src/cuda/cuda_environment.h 3 additions, 2 deletionsPG-PuReMD/src/cuda/cuda_environment.h
- PG-PuReMD/src/cuda/cuda_forces.cu 80 additions, 56 deletionsPG-PuReMD/src/cuda/cuda_forces.cu
- PG-PuReMD/src/cuda/cuda_forces.h 5 additions, 4 deletionsPG-PuReMD/src/cuda/cuda_forces.h
- PG-PuReMD/src/cuda/cuda_hydrogen_bonds.cu 14 additions, 8 deletionsPG-PuReMD/src/cuda/cuda_hydrogen_bonds.cu
- PG-PuReMD/src/cuda/cuda_init_md.cu 7 additions, 7 deletionsPG-PuReMD/src/cuda/cuda_init_md.cu
- PG-PuReMD/src/cuda/cuda_integrate.cu 41 additions, 35 deletionsPG-PuReMD/src/cuda/cuda_integrate.cu
- PG-PuReMD/src/cuda/cuda_integrate.h 1 addition, 1 deletionPG-PuReMD/src/cuda/cuda_integrate.h
- PG-PuReMD/src/cuda/cuda_multi_body.cu 5 additions, 3 deletionsPG-PuReMD/src/cuda/cuda_multi_body.cu
- PG-PuReMD/src/cuda/cuda_neighbors.cu 8 additions, 6 deletionsPG-PuReMD/src/cuda/cuda_neighbors.cu
- PG-PuReMD/src/cuda/cuda_neighbors.h 4 additions, 3 deletionsPG-PuReMD/src/cuda/cuda_neighbors.h
- PG-PuReMD/src/cuda/cuda_nonbonded.cu 19 additions, 11 deletionsPG-PuReMD/src/cuda/cuda_nonbonded.cu
Loading
Please register or sign in to comment