Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
G
GPU Programming
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mohamadbashar.disoki
GPU Programming
Commits
5efe29bb
Commit
5efe29bb
authored
Jan 15, 2025
by
mohamadbashar.disoki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add lab pdf
parent
f81c5a09
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
GPU Programming_ Your First GPU Kernel.pdf
GPU Programming_ Your First GPU Kernel.pdf
+0
-0
GPU-Introduction.ipynb
GPU-Introduction.ipynb
+7
-7
No files found.
GPU Programming_ Your First GPU Kernel.pdf
0 → 100644
View file @
5efe29bb
File added
GPU-Introduction.ipynb
View file @
5efe29bb
...
...
@@ -18,19 +18,19 @@
},
{
"cell_type": "code",
"execution_count":
1
,
"execution_count":
6
,
"id": "6d20c462-711f-4f72-abbf-8bab4117e9d7",
"metadata": {},
"outputs": [],
"source": [
"import numpy as np\n",
"size = 40
96 * 4096
\n",
"size = 40
* 40
\n",
"input = np.random.random(size).astype(np.float32)"
]
},
{
"cell_type": "code",
"execution_count":
2
,
"execution_count":
7
,
"id": "99ad7f98-138d-45e4-9268-f42cb3a98f21",
"metadata": {},
"outputs": [
...
...
@@ -38,7 +38,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"
69.6 m
s ± 0 ns per loop (mean ± std. dev. of 1 run, 1 loop each)\n"
"
120 μ
s ± 0 ns per loop (mean ± std. dev. of 1 run, 1 loop each)\n"
]
}
],
...
...
@@ -48,7 +48,7 @@
},
{
"cell_type": "code",
"execution_count":
3
,
"execution_count":
8
,
"id": "0d3af9b3-f418-44ed-8a23-e30aa188fd98",
"metadata": {},
"outputs": [
...
...
@@ -56,7 +56,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"0.000
734
s\n"
"0.000
225
s\n"
]
}
],
...
...
@@ -71,7 +71,7 @@
},
{
"cell_type": "code",
"execution_count":
4
,
"execution_count":
9
,
"id": "02440471-d8c6-4ba8-8a89-e3f8c0dcca0a",
"metadata": {},
"outputs": [
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment