diff --git a/README.md b/README.md index dd258af..85507f0 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,22 @@ Project 0 Getting Started **University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 0** -* (TODO) YOUR NAME HERE - * (TODO) [LinkedIn](), [personal website](), [twitter](), etc. -* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab) +**Jason Xie** -### (TODO: Your README) +[🤓 LinkedIn](https://linkedin.com/in/jia-chun-xie) -Include screenshots, analysis, etc. (Remember, this is public, so don't put -anything here that you don't want to share with the world.) +[😇 my website](https://jchunx.dev) +[🥵 X (formerly 🐦)](https://x.com/codemonke_) + +Tested on: Ubuntu 22.04, i5-8400, RTX 3060Ti, personal machine + +### Results + +GPU Compute capability: 8.6 + +![](images/result.png) +![](images/prof.png) +![](images/webgl.png) + +* No access to Windows machine, so no DXR results for now. \ No newline at end of file diff --git a/cuda-getting-started/src/main.cpp b/cuda-getting-started/src/main.cpp index 886fd4c..f133602 100644 --- a/cuda-getting-started/src/main.cpp +++ b/cuda-getting-started/src/main.cpp @@ -10,8 +10,7 @@ * C main function. */ int main(int argc, char* argv[]) { - // TODO: Change this line to use your name! - m_yourName = "TODO: YOUR NAME HERE"; + m_yourName = "Jason Xie"; if (init(argc, argv)) { mainLoop(); diff --git a/images/prof.png b/images/prof.png new file mode 100644 index 0000000..0ed5d88 Binary files /dev/null and b/images/prof.png differ diff --git a/images/result.png b/images/result.png new file mode 100644 index 0000000..0fc1987 Binary files /dev/null and b/images/result.png differ diff --git a/images/webgl.png b/images/webgl.png new file mode 100644 index 0000000..2d34b6c Binary files /dev/null and b/images/webgl.png differ