File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -119,3 +119,9 @@ execute:
119
119
- ' short_courses/python_language_features.ipynb'
120
120
- ' short_courses/python_testing.ipynb'
121
121
- ' individual_modules/markdown_with_python/liveOutput.ipynb'
122
+ - ' individual_modules/intro_to_GPUs/theory'
123
+ - ' individual_modules/intro_to_GPUs/spack'
124
+ - ' individual_modules/intro_to_GPUs/slurm'
125
+ - ' individual_modules/intro_to_GPUs/conways_game_of_life'
126
+ - ' individual_modules/intro_to_GPUs/profiling'
127
+ - ' individual_modules/intro_to_GPUs/temperature_diffusion'
Original file line number Diff line number Diff line change 578
578
"name" : " python" ,
579
579
"nbconvert_exporter" : " python" ,
580
580
"pygments_lexer" : " ipython3" ,
581
- "version" : " 3.13.2 "
581
+ "version" : " 3.9.19 "
582
582
}
583
583
},
584
584
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 98
98
" width=\" 800\"\n " ,
99
99
" height=\" 600\"\n " ,
100
100
" frameborder=\" 0\"\n " ,
101
+ " title=\" Interactive Plot of a Slice of the Temperature Model\"\n " ,
101
102
" allowfullscreen\n " ,
102
103
" ></iframe>\n " ,
103
104
" \n " ,
117
118
" width=\" 800\"\n " ,
118
119
" height=\" 600\"\n " ,
119
120
" frameborder=\" 0\"\n " ,
121
+ " title=\" Interactive Plot of a Cube of the Temperature Model\"\n " ,
120
122
" allowfullscreen\n " ,
121
123
" ></iframe>\n " ,
122
124
" When run within your own space the file produced will be `output/original_temperature_3d_interactive.html`.\n " ,
Original file line number Diff line number Diff line change
1
+ # Introduction to GPUs
2
+
3
+ ## Overview
4
+
5
+ ## Course Objectives
6
+
7
+ ## Pre-requisite Knowledge
8
+
9
+ - An account on ISCA
10
+ - Attended Introduction to HPC
11
+ - Some experience with the command line (e.g. attended an Introduction to Unix Course).
12
+
You can’t perform that action at this time.
0 commit comments