Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 0: Disha Jindal #15

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
28 changes: 22 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,28 @@ 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)
* Disha Jindal
* [Linkedin](https://www.linkedin.com/in/disha-jindal/)
* Tested on: Windows 10 Education, Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz 16GB, GTX 222 222MB (Moore 100B Lab)

### (TODO: Your README)
### Description of content in the images folder:
- **Part 2.2: WebGL; screenshot of first page of chrome:\\gpu**

Include screenshots, analysis, etc. (Remember, this is public, so don't put
anything here that you don't want to share with the world.)
![](https://github.com/DishaJindal/Project0-Getting-Started/blob/master/images/gpu-webgl-status.jpg)
- **Part 2.2: WebGL; entire output of chrome:\\gpu in pdf**
- [chrome-gpu-output](https://github.com/DishaJindal/Project0-Getting-Started/blob/master/images/gpu.pdf)

- **Part 2.3: DXR**
I did my assignment using one of the computers in Moore 100B Lab. I couldn't run this part of the assignment there because developer mode was disabled and have sent an email to cets@ to see If it is possible to get the access. Also tried using SIG Lab computers, but couldn't log into any of the machines and couldn't find the password for SIG admin user.
- **Part 4: Modify; screenshot of the app window with my name in the title bar**

![](https://github.com/DishaJindal/Project0-Getting-Started/blob/master/images/modify-name.jpg)
- **Part 5: Analyze; screenshot of timeline from performance analysis**

![](https://github.com/DishaJindal/Project0-Getting-Started/blob/master/images/performance-analysis.jpg)
- **Part 6: Nsight Debugging; screenshot of warp info from debugging**

![](https://github.com/DishaJindal/Project0-Getting-Started/blob/master/images/debugging-warp-info.jpg)
- **Part 6: Nsight Debugging; screenshot of Autos window from debugging**

![](https://github.com/DishaJindal/Project0-Getting-Started/blob/master/images/debugging-auto.jpg)
2 changes: 1 addition & 1 deletion cuda-getting-started/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*/
int main(int argc, char* argv[]) {
// TODO: Change this line to use your name!
m_yourName = "TODO: YOUR NAME HERE";
m_yourName = "Disha Jindal";

if (init(argc, argv)) {
mainLoop();
Expand Down
Binary file added images/debugging-auto.jpg
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/debugging-warp-info.jpg
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/gpu-webgl-status.jpg
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/gpu.pdf
Binary file not shown.
Binary file added images/modify-name.jpg
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/performance-analysis.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.