Skip to content

Commit 9fa6f11

Browse files
Update for 2018
1 parent 11ed222 commit 9fa6f11

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.0)
1+
cmake_minimum_required(VERSION 3.1)
22

33
project(cis565_rasterizer)
44

INSTRUCTION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Instructions - CUDA-RASTERIZER
22
========================
33

4-
This is due **Tuesday, October 17, evening at midnight**.
4+
This is due **Tuesday, October 16, evening at midnight**.
55

66
**Summary:**
77
In this project, you will use CUDA to implement a simplified
@@ -25,7 +25,7 @@ bunch of them around so you can pick a few to document your progress.
2525

2626
**Important:**
2727
- If you are not in CGGT/DMD, you may replace this project with a GPU compute
28-
project. You MUST get this pre-approved by Austin Eng before continuing!
28+
project. You MUST get this pre-approved by Ottavio before continuing!
2929
- You have the option of rewriting this project Vulkan for lots of bonus
3030
points. Be warned: this is a very hard task.
3131

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ CUDA Rasterizer
66
**University of Pennsylvania, CIS 565: GPU Programming and Architecture, Project 4**
77

88
* (TODO) YOUR NAME HERE
9+
* (TODO) [LinkedIn](), [personal website](), [twitter](), etc.
910
* Tested on: (TODO) Windows 22, i7-2222 @ 2.22GHz 22GB, GTX 222 222MB (Moore 2222 Lab)
1011

1112
### (TODO: Your README)

0 commit comments

Comments
 (0)