Jared Hoberock
|
293b6fa8c6
|
Port tutorial page 6 from Google Code archive
|
3 years ago |
Jared Hoberock
|
9ef47d9097
|
Fix broken formatting
|
3 years ago |
Jared Hoberock
|
7b4e87aa03
|
Port tutorial page 5 from Google Code archive
|
3 years ago |
Jared Hoberock
|
c2b9f4e877
|
Port tutorial page 4 from Google Code archive
|
3 years ago |
Jared Hoberock
|
18dbead3c6
|
Port 3rd tutorial page from Google Code archive
|
3 years ago |
Jared Hoberock
|
16fd405186
|
Update 2_hello_world.md
|
3 years ago |
Jared Hoberock
|
81d9d8061b
|
Link page 1 to page 2
|
3 years ago |
Jared Hoberock
|
133ce9cc0c
|
Enable additional syntax highlighting
|
3 years ago |
Jared Hoberock
|
eef781aa7b
|
Port hello world tutorial from Google Code archive
|
3 years ago |
Jared Hoberock
|
0bd8eff5b2
|
Update 1_a_heterogeneous_programming_model.md
Enable syntax highlighting
|
3 years ago |
Jared Hoberock
|
b8c5dbda86
|
Update 0_prerequisites.md
Enable syntax highlighting
|
3 years ago |
Jared Hoberock
|
7165da1c62
|
Link page 0 to 1
|
3 years ago |
Jared Hoberock
|
b7fc129180
|
Port second tutorial page from Google Code
|
3 years ago |
Jared Hoberock
|
6d6e702cb8
|
Update 0_prerequisites.md
|
3 years ago |
Jared Hoberock
|
73dbf17231
|
Update 0_prerequisites.md
|
3 years ago |
Jared Hoberock
|
ba882a6cc3
|
Begin port of tutorial wiki pages
|
3 years ago |
Jared Hoberock
|
0d3551f27a
|
Fix typos in vector_addition.cu tutorial
Fixes issue 1
Fixes issue 2
|
15 years ago |
Jared Hoberock
|
b9d13eb636
|
Add block scan example code.
|
15 years ago |
Jared Hoberock
|
3a231e4380
|
Remember to deallocate memory in sum_reduction.cu
|
15 years ago |
Jared Hoberock
|
85cfc0c290
|
Add sum reduction example code.
|
15 years ago |
Jared Hoberock
|
690a623d6f
|
Generate random numbers in [0,1] rather than [0,RAND_MAX}
Suggested by andrew.d.hershberger
|
15 years ago |
Jared Hoberock
|
9903a01204
|
Fix some compilation problems inside stl_heap on 64b gcc.
|
15 years ago |
Jared Hoberock
|
1a51fb9902
|
Add matrix_multiplication example
|
15 years ago |
Jared Hoberock
|
55961e2608
|
__value -> __x in stl_heap.h
|
15 years ago |
Jared Hoberock
|
375ddca5c6
|
Add CUDA errors demo
|
15 years ago |
Jared Hoberock
|
897f06b3bf
|
simple -> Simple
|
15 years ago |
Jared Hoberock
|
7447180f32
|
return_XXX_YYY() -> get_XXX_YYY()
|
15 years ago |
Jared Hoberock
|
4be5e6087f
|
Add the file util/stl_heap.h, which didn't make it into the commit which added thread_local_memory.cu.
|
15 years ago |
Jared Hoberock
|
633455dd1c
|
suboptimal -> simple in shared_variables.cu
|
16 years ago |
Jared Hoberock
|
7b7b335df8
|
measure effective throughput as suggested by Nathan
|
16 years ago |
Jared Hoberock
|
42ea35bd02
|
Add tutorial demonstrating the use of a __shared__ array as a bandwidth multiplier.
|
16 years ago |
Jared Hoberock
|
9f7cae9805
|
Add kNN example demonstrating the use of thread-local variables.
|
16 years ago |
Jared Hoberock
|
1dff621eea
|
Add vector addition tutorial
|
16 years ago |
Jared Hoberock
|
dc995235c3
|
Simplify two_dimensional_kernel_launch example
|
16 years ago |
Jared Hoberock
|
44608652f9
|
more comments to hello_world.cu
|
16 years ago |
Jared Hoberock
|
cc37bc637d
|
More comments to hello_world.cu.
|
16 years ago |
Jared Hoberock
|
5192fc05f0
|
More comments to hello_world
|
16 years ago |
Jared Hoberock
|
d9b061a65f
|
Add some comments to hello_world's #includes
|
16 years ago |
Jared Hoberock
|
689930676c
|
Add hello_world tutorial
|
16 years ago |
Jared Hoberock
|
ddd76e5257
|
Add example of 2D kernel launch
|
16 years ago |
Jared Hoberock
|
1cdee07c22
|
Add device_functions example
Some minor changes to comments in global_functions example
|
16 years ago |
Jared Hoberock
|
2393824003
|
Minor changes to cuda_memory_model.cu
Add global_functions example
|
16 years ago |
Jared Hoberock
|
313f256ac4
|
Minimal changes to cuda_memory_model.cu
|
16 years ago |
Jared Hoberock
|
6aeb965902
|
Add cuda_memory_model tutorial.
|
16 years ago |