-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
42 lines (36 loc) · 728 Bytes
/
README.txt
File metadata and controls
42 lines (36 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# parallel-computing
CODE for course CS121 parallel computing
structure:
CUDA-raytracing
openmp-seamcarving
mpi
CUDA-raytracing
code structure:
raytracing.jpg
implement raytracing
diffuse, specular, ambient
shadow
reflection
raytracing-demo.flv
real time raytracing effect using CUDA
sequential
implement raytracing with openmp acceleration
using Visual Studio to manage the project
ray.cpp
main logic
udray.cpp
helper function for raytracing
cuda version
implement raytracing using CUDA
openmp-seamcarving
code structure:
IMG2TXT.m
matlab code
convert image to txt
TXT2IMG.m
matlab code
convert txt to image
parallel.cpp
compile with g++
sequential.cpp
compile with g++