fix formatting and resize attachments in instructions for executing practical 4 code.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
Problem Statement:
|
Problem Statement:
|
||||||
Write a CUDA Program for:
|
Write a CUDA Program for:
|
||||||
1. Addition of two large vectors
|
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:
|
### 1. After creating a new Jupyter notebook, click on "Runtime" in the navbar:
|
||||||
|
|
||||||

|
<img src="attachments/runtime-navbar.png" alt="Runtime in navbar in Google Colab" width=350>
|
||||||
|
|
||||||
### 2. Then, choose "Change runtime type":
|
### 2. Then, choose "Change runtime type":
|
||||||
|
|
||||||

|
<img src="attachments/change-runtime.png" alt="Change runtime type option in Runtime section on Google Colab" width=300>
|
||||||
|
|
||||||
### 3. Select "T4 GPU", and save:
|
### 3. Select "T4 GPU", and save:
|
||||||
|
|
||||||

|
<img src="attachments/select-t4-gpu.png" alt="T4 GPU option selected in Google Colab as Runtime" width=300>
|
||||||
|
|
||||||
### 4. Check if `nvcc` is installed:
|
### 4. Check if `nvcc` is installed:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user