From b8b405da94dc4cc1f069ca9d89d8274d5c203616 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 4 May 2026 23:53:57 +0530 Subject: [PATCH] fix title in markdown file for practical 4. --- Codes/Code-4/Code-4-Steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codes/Code-4/Code-4-Steps.md b/Codes/Code-4/Code-4-Steps.md index 545c2e0..4293dfc 100644 --- a/Codes/Code-4/Code-4-Steps.md +++ b/Codes/Code-4/Code-4-Steps.md @@ -1,4 +1,4 @@ -# Practical-4 (CUDA Programs for Addition and Multiplication) +# Practical-4 (Vector Addition and Matrix Multiplication) Problem Statement: Write a CUDA Program for: