Skip to content

Commit

Permalink
Update gpu_lecture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csccva authored Aug 30, 2024
1 parent ad8f7ad commit 653cab6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions B3/L9/docs/gpu_lecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,13 +1019,11 @@ end do

# Interoperability with libraries (BONUS)


- Often it may be useful to integrate the accelerated OpenACC code with other accelerated libraries
- MPI, CUBLAS, CUFFT, MAGMA, CULA...
- mix OpenACC and CUDA: OpenACC for memory management and simple loops, use CUDA for heavy loops.

```Fortran
allocate(x(n), y(n))
istat = curandCreateGenerator(g, CURAND_RNG_PSEUDO_DEFAULT) ! initialize the rng
Expand Down

0 comments on commit 653cab6

Please sign in to comment.