From 7c2ae4285dcf7685c782b06582c68036814f8764 Mon Sep 17 00:00:00 2001 From: Tobias Haas <94070110+th-hlrs@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:50:00 +0200 Subject: [PATCH] Removed doubling. --- _basic/cuda/jupyter_notebook/nways_cuda.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/_basic/cuda/jupyter_notebook/nways_cuda.ipynb b/_basic/cuda/jupyter_notebook/nways_cuda.ipynb index e252c2d..fd9d537 100644 --- a/_basic/cuda/jupyter_notebook/nways_cuda.ipynb +++ b/_basic/cuda/jupyter_notebook/nways_cuda.ipynb @@ -22,7 +22,6 @@ "source": [ "## Learning objectives\n", "The **goal** of this lab is to:\n", - "The goal of this lab is:\n", "- Learn how to use CUDA C and CUDA Fortran to parallelize our code.\n", "- Understand the basic terms and steps involved in making a sequential code parallel.\n", "\n",