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 db43f2e commit 111a47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion B3/L9/docs/gpu_lecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ end do
* Profiling and performance optimisation

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

Expand Down

0 comments on commit 111a47b

Please sign in to comment.