From 5f94348c491225fdd0fb903dd2c5cad675472b71 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 4 May 2026 23:50:05 +0530 Subject: [PATCH] fix formatting and resize attachments in instructions for executing practical 4 code. --- Codes/Code-4/Code-4-Steps.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Codes/Code-4/Code-4-Steps.md b/Codes/Code-4/Code-4-Steps.md index dcdc434..545c2e0 100644 --- a/Codes/Code-4/Code-4-Steps.md +++ b/Codes/Code-4/Code-4-Steps.md @@ -3,7 +3,7 @@ Problem Statement: Write a CUDA Program for: 1. Addition of two large vectors -2. 2. Matrix Multiplication using CUDA C +2. Matrix Multiplication using CUDA C --- @@ -18,15 +18,15 @@ Write a CUDA Program for: ### 1. After creating a new Jupyter notebook, click on "Runtime" in the navbar: -![Runtime in navbar in Google Colab](attachments/runtime-navbar.png) +Runtime in navbar in Google Colab ### 2. Then, choose "Change runtime type": -![Change runtime type option in Runtime section on Google Colab](attachments/change-runtime.png) +Change runtime type option in Runtime section on Google Colab ### 3. Select "T4 GPU", and save: -![T4 GPU option selected in Google Colab as Runtime](attachments/select-t4-gpu.png) +T4 GPU option selected in Google Colab as Runtime ### 4. Check if `nvcc` is installed: