From 111a47bfd5bc05c2752cce77045ef81aa1a82d5d Mon Sep 17 00:00:00 2001 From: Cristian-Vasile Achim <66278390+csccva@users.noreply.github.com> Date: Fri, 30 Aug 2024 13:30:57 +0300 Subject: [PATCH] Update gpu_lecture.md --- B3/L9/docs/gpu_lecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3/L9/docs/gpu_lecture.md b/B3/L9/docs/gpu_lecture.md index 5b5537f..d4403fb 100644 --- a/B3/L9/docs/gpu_lecture.md +++ b/B3/L9/docs/gpu_lecture.md @@ -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.