Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f12a223
finish rule
Sep 7, 2022
b45283d
update kernel.cu
Sep 8, 2022
21da718
finish part 1
Sep 8, 2022
bcac5fe
finish kernComputeIndices
Sep 10, 2022
9a6de71
finish kernIdentifyCellStartEnd
Sep 10, 2022
23c716a
Update README.md
szleo123 Sep 11, 2022
149275d
finish coding
szleo123 Sep 11, 2022
1693a65
add extra graphs
szleo123 Sep 11, 2022
d470098
Update README.md
szleo123 Sep 11, 2022
3fecb75
Update README.md
szleo123 Sep 11, 2022
270ffe4
Update README.md
szleo123 Sep 12, 2022
55eea1f
Update README.md
szleo123 Sep 12, 2022
28888b6
Update README.md
szleo123 Sep 12, 2022
2474092
Update README.md
szleo123 Sep 12, 2022
045319a
Update README.md
szleo123 Sep 12, 2022
4eedfbb
Update README.md
szleo123 Sep 12, 2022
81ed53d
Update README.md
szleo123 Sep 12, 2022
3c85376
Update README.md
szleo123 Sep 12, 2022
48764fc
Update README.md
szleo123 Sep 12, 2022
8fbe05a
Update README.md
szleo123 Sep 12, 2022
2b92485
Update README.md
szleo123 Sep 12, 2022
585a986
Update README.md
szleo123 Sep 12, 2022
a94d65c
Update README.md
szleo123 Sep 12, 2022
74fa3e2
Update README.md
szleo123 Sep 12, 2022
75e0f7b
Update README.md
szleo123 Sep 12, 2022
bc810dc
Update README.md
szleo123 Sep 12, 2022
393c04d
Update README.md
szleo123 Sep 12, 2022
d7f99c2
Update README.md
szleo123 Sep 12, 2022
88bc29d
Update README.md
szleo123 Sep 12, 2022
219fb36
Update README.md
szleo123 Sep 12, 2022
ba5031c
Update README.md
szleo123 Sep 12, 2022
8138166
Update README.md
szleo123 Sep 12, 2022
7307905
Update README.md
szleo123 Sep 12, 2022
cdf6857
Update README.md
szleo123 Sep 12, 2022
7dc55e5
Update README.md
szleo123 Sep 12, 2022
2f7d9e0
Update README.md
szleo123 Sep 12, 2022
16afa8b
Update README.md
szleo123 Sep 12, 2022
e4aa7bc
Update README.md
szleo123 Sep 12, 2022
717b9ab
Update README.md
szleo123 Sep 12, 2022
905d24b
Update README.md
szleo123 Sep 12, 2022
58abfee
Update README.md
szleo123 Sep 12, 2022
bf256f4
Update README.md
szleo123 Sep 12, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 30 additions & 6 deletions README.md
Binary file added images/Coherent_100000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Coherent_20000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Coherent_40000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Coherent_60000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Coherent_80000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Naive_100000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Naive_20000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Naive_40000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Naive_60000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Naive_80000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Unifrom_100000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Unifrom_20000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Unifrom_40000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Unifrom_60000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Unifrom_80000boids.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/p_block.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/p_boids.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,277 changes: 820 additions & 457 deletions src/kernel.cu