SlideShare ist ein Scribd-Unternehmen logo
1 von 25
740: Computer Architecture
Introduction, Logistics,
and Background Assignments
Profs. Onur Mutlu and Seth Copen Goldstein
Carnegie Mellon University
Fall 2013
Agenda
 Syllabus
 Course logistics, info, requirements
 Online nature of the course
 Introduction
 Background Videos and Lectures to Study
2
Non-Agenda
 Grading and Policies
 Details on Course Project
 Details on Paper Review Assignments
 Initial Assignments and Homeworks
 These are covered in separate videos.
3
Course Info: Who Are We?
 Instructor: Prof. Onur Mutlu
 onur@cmu.edu
 Office: CIC 4105
 Office Hours: W 2:30-3:30pm (or by appointment)
 http://www.ece.cmu.edu/~omutlu
 PhD from UT-Austin, worked at Microsoft Research, Intel,
AMD
 Research interests:
 Computer architecture, hardware/software interaction
 Many-core systems
 Memory and storage systems
 Improving programmer productivity
 Interconnection networks
 Hardware/software interaction and co-design (PL, OS, Architecture)
 Fault tolerance
 Hardware security
 Algorithms and architectures for genomics and embedded systems 4
Course Info: Who Are We?
 Instructor: Prof. Seth Copen Goldstein
 seth@cmu.edu
 Office: GHC 7111
 Office Hours: T 1-2pm (or by appointment)
 http://www.cs.cmu.edu/~seth
 Research interests:
 Computer architecture
 Compilers
 Massively distributed systems
 Programmable matter
 Programming Languages
 Nanotechnology
 Modular Robotics
 Governance
 Web Technology
5
Course Info: Who Are We?
 Teaching Assistants
 Tyler Huberty
 thuberty@andrew.cmu.edu
 Brian Osbun
 bosbun@andrew.cmu.edu
 Hongyi Xin
 hxin@andrew.cmu.edu
 TBD
6
Where to Get Up-to-date Course Info?
 Website: http://www.ece.cmu.edu/~ece740
 Syllabus and contact information
 Links to videos and online education site
 Lecture notes
 Readings and link to review website
 Project information
 …
 Blackboard: Linked from website
 Your email
 Email to us: 740-official@ece.cmu.edu
7
This is a Hybrid Course
 Heavily online
 With in-person recitations and office hours
8
Lectures, Readings and Recitations
 Lectures will be online
 Purpose: Learn the basics of a topic
 You are expected to watch them fully as assigned by the due date
 Videos and supplemental material will be linked from the website
 Readings will be online
 Purpose: Enhance understanding beyond the lectures
 You are expected to do them before the due date (& enter reviews)
 Recitations will be both in-person and online
 Purpose: Enhance understanding via deeper discussion
 During the specified times in the syllabus and course schedule
 We will announce recitation times and format weekly
 In-person recitations will be recorded and posted online
9
Office Hours
 Office hours will be both in-person and online
 Purpose: Clarify unclear points, delve deeper
 Locations and times will be posted
10
A Note
 Please provide us feedback with the online lectures and
quality of the online environment
 If there are issues, we would like to know these early
 Especially true if you are remotely attending the class
11
What Will You Learn?
 Computer Architecture: The science and art of
designing, selecting, and interconnecting hardware
components and designing the hardware/software interface
to create a computing system that meets functional,
performance, energy consumption, cost, and other specific
goals.
 Traditional definition: “The term architecture is used
here to describe the attributes of a system as seen by the
programmer, i.e., the conceptual structure and functional
behavior as distinct from the organization of the dataflow
and controls, the logic design, and the physical
implementation.” Gene Amdahl, IBM Journal of R&D, April
1964
12
Levels of Transformation
13
Microarchitecture
ISA
Programs
Algorithm
Problem
Circuits/Technology
Electrons
Runtime System
(VM, OS, MM)
User
What Will You Learn?
 Hardware/software interface, major components, and
programming models of a modern microprocessor
 State-of-the-art as well as research proposals
 Tradeoffs and how to make them
 Emphasis on cutting-edge research
 Hands-on research in a computer architecture topic
 Semester-long project
 How to design better architectures (not an intro course)
 How to dig out information
 No textbook really required
 But, see the syllabus
14
An Example: Multi-Core Systems
15
CORE 1
L2
CACHE
0
SHARED
L3
CACHE
DRAM
INTERFACE
CORE 0
CORE 2 CORE 3
L2
CACHE
1
L2
CACHE
2
L2
CACHE
3
DRAM
BANKS
Multi-Core
Chip
*Die photo credit: AMD Barcelona
DRAM MEMORY
CONTROLLER
Unexpected Slowdowns in Multi-Core
16
Memory Performance Hog
Low priority
High priority
(Core 0) (Core 1)
17
Why the Disparity in Slowdowns?
CORE 1 CORE 2
L2
CACHE
L2
CACHE
DRAM MEMORY CONTROLLER
DRAM
Bank 0
DRAM
Bank 1
DRAM
Bank 2
Shared DRAM
Memory System
Multi-Core
Chip
unfairness
INTERCONNECT
matlab gcc
DRAM
Bank 3
For More Information, Read
 Mutlu and Moscibroda, “Memory Performance Attacks:
Denial of Memory Service in Multi-Core Systems”, USENIX
Security 2007.
18
Course Goals
 Goal 1: To familiarize computer architecture students and those
interested in computer system design with both fundamental
design tradeoffs and recent research issues/trends in processor,
memory, and platform architectures in today’s and future
systems.
 Strong emphasis on fundamentals and design tradeoffs.
 Goal 2: To provide the necessary background and experience to
advance the state-of-the-art in computer architecture by
performing cutting-edge research.
 Strong emphasis on
 Critically evaluating research papers (through literature review
assignments)
 Developing new mechanisms that advance the state of the art
(through the course research project).
19
This is a Graduate-Level Class
 Required background:
 basic architecture (18-447)
 basic compilers
 basic OS
 programming skills
 spirit, excitement, and dedication for deep exploration of a
topic in computer architecture
20
What Do I Expect From You?
 Learn the material
 And, research it  find the original source of ideas
 Do the work & work hard
 Ask questions, take notes, participate in discussion
 Read and review the assigned research papers & readings
 Discuss/critique them online with peers and us
 Write your critique/review online
 Start the research project early and focus on it
 If you want feedback, come to office hours
21
Recommended Background Videos and Lectures (I)
 All 447 lecture videos and notes are at:
 http://www.youtube.com/playlist?list=PL5PHm2jkkXmidJOd59
REog9jDnPDTG6IJ
 http://www.ece.cmu.edu/~ece447/s13/doku.php?id=schedule
 Please watch as many as you can, to brush up on
background material
 I would especially encourage everyone to watch:
 Lecture 1: Basics of Computer Architecture
 http://www.youtube.com/watch?v=BJ87rZCGWU0&list=PL5PH
m2jkkXmidJOd59REog9jDnPDTG6IJ&index=1
22
Recommended Background Videos and Lectures (II)
 Lectures 2-3: Fundamental Concepts and ISA, ISA Tradeoffs
 http://www.youtube.com/watch?v=BqJgYN6S6Qw&list=PL5PHm2jkkXmidJOd59REog9j
DnPDTG6IJ&index=2
 http://www.youtube.com/watch?v=BqJgYN6S6Qw&list=PL5PHm2jkkXmidJOd59REog9j
DnPDTG6IJ&index=3
 Lecture 8: Pipelining
 http://www.youtube.com/watch?v=5E_W7EeNs8U&list=PL5PHm2jkkXmidJOd59REog9j
DnPDTG6IJ&index=8
 Lecture 9: Data Dependence Handling
 http://www.youtube.com/watch?v=Gpz1I47LfDo&list=PL5PHm2jkkXmidJOd59REog9jD
nPDTG6IJ&index=9
 Lecture 10-11: Branch Prediction
 http://www.youtube.com/watch?v=XkerLktFtJg&list=PL5PHm2jkkXmidJOd59REog9jDn
PDTG6IJ&index=11
 Lecture 16: Virtual Memory
 http://www.youtube.com/watch?v=ppPq-
ntaAWU&list=PL5PHm2jkkXmidJOd59REog9jDnPDTG6IJ&index=16
23
Recommended Background Videos and Lectures (II)
 Lecture 22: Memory Hierarchy
 http://www.youtube.com/watch?v=JBdfZ5i21cs&list=PL5PHm2jkkXmidJOd59REog9jDn
PDTG6IJ&index=22
 Lecture 23-24: Caches
 http://www.youtube.com/watch?v=TpMdBrM1hVc&list=PL5PHm2jkkXmidJOd59REog9j
DnPDTG6IJ&index=23
 http://www.youtube.com/watch?v=TboaFbjTd-
E&list=PL5PHm2jkkXmidJOd59REog9jDnPDTG6IJ&index=24
 Lecture 30B: Multiprocessors
 http://www.youtube.com/watch?v=7ozCK_Mgxfk&list=PL5PHm2jkkXmidJOd59REog9jD
nPDTG6IJ&index=31
24
740: Computer Architecture
Introduction, Logistics,
and Background Assignments
Profs. Onur Mutlu and Seth Copen Goldstein
Carnegie Mellon University
Fall 2013

Weitere ähnliche Inhalte

Ähnlich wie onur-740-fall13-lecture0-1-course-description-and-logistics-afterlecture (1).ppt

Final Cermony Open Source Final 1
Final Cermony Open Source Final 1Final Cermony Open Source Final 1
Final Cermony Open Source Final 1
Wasel Ghanem
 
Computer Oraganisation and Architecture
Computer Oraganisation and ArchitectureComputer Oraganisation and Architecture
Computer Oraganisation and Architecture
yogesh1617
 

Ähnlich wie onur-740-fall13-lecture0-1-course-description-and-logistics-afterlecture (1).ppt (20)

lecture-1-overview.pptx
lecture-1-overview.pptxlecture-1-overview.pptx
lecture-1-overview.pptx
 
Project based learning methodologies for Embedded Systems and Intelligent Sys...
Project based learning methodologies for Embedded Systems and Intelligent Sys...Project based learning methodologies for Embedded Systems and Intelligent Sys...
Project based learning methodologies for Embedded Systems and Intelligent Sys...
 
Final Cermony Open Source Final 1
Final Cermony Open Source Final 1Final Cermony Open Source Final 1
Final Cermony Open Source Final 1
 
Top schools in delhi ncr
Top schools in delhi ncrTop schools in delhi ncr
Top schools in delhi ncr
 
01.intro
01.intro01.intro
01.intro
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
 
Lecture 1 - Course Orientation PPIT by Dr Rab Nawaz Jadoon
Lecture 1 -  Course Orientation PPIT by Dr Rab Nawaz JadoonLecture 1 -  Course Orientation PPIT by Dr Rab Nawaz Jadoon
Lecture 1 - Course Orientation PPIT by Dr Rab Nawaz Jadoon
 
IoT business and university partnership
IoT business and university partnershipIoT business and university partnership
IoT business and university partnership
 
Devops syllabus
Devops syllabusDevops syllabus
Devops syllabus
 
Computer Organisation and Architecture Teaching Trends
Computer Organisation and Architecture Teaching TrendsComputer Organisation and Architecture Teaching Trends
Computer Organisation and Architecture Teaching Trends
 
Computer Oraganisation and Architecture
Computer Oraganisation and ArchitectureComputer Oraganisation and Architecture
Computer Oraganisation and Architecture
 
Syllabus
SyllabusSyllabus
Syllabus
 
Syllabus
SyllabusSyllabus
Syllabus
 
Lecture1 software engineering
Lecture1 software engineeringLecture1 software engineering
Lecture1 software engineering
 
Built around answering questions
Built around answering questionsBuilt around answering questions
Built around answering questions
 
IT6511 Networks Laboratory
IT6511 Networks LaboratoryIT6511 Networks Laboratory
IT6511 Networks Laboratory
 
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
BCS302- Digital Design and computer organization -VTU-2022 scheme-Expectation...
 
Special Purpose IBM Center of excellence lab
Special Purpose IBM Center of excellence lab Special Purpose IBM Center of excellence lab
Special Purpose IBM Center of excellence lab
 
IBM-TGMC e-learning resource locator_project report
IBM-TGMC e-learning resource locator_project reportIBM-TGMC e-learning resource locator_project report
IBM-TGMC e-learning resource locator_project report
 
DRESD Project Presentation - December 2006
DRESD Project Presentation - December 2006DRESD Project Presentation - December 2006
DRESD Project Presentation - December 2006
 

Kürzlich hochgeladen

9316020077📞Goa Call Girls Numbers, Call Girls Whatsapp Numbers Goa
9316020077📞Goa  Call Girls  Numbers, Call Girls  Whatsapp Numbers Goa9316020077📞Goa  Call Girls  Numbers, Call Girls  Whatsapp Numbers Goa
9316020077📞Goa Call Girls Numbers, Call Girls Whatsapp Numbers Goa
russian goa call girl and escorts service
 
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetnagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetdehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
Sheetaleventcompany
 
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetNanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...
Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...
Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...
Sheetaleventcompany
 
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetraisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
jabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
jabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetjabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
jabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
mahaiklolahd
 
dhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetdhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Sambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetSambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in AnantapurCall Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
gragmanisha42
 
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Call Girls Service
 

Kürzlich hochgeladen (20)

9316020077📞Goa Call Girls Numbers, Call Girls Whatsapp Numbers Goa
9316020077📞Goa  Call Girls  Numbers, Call Girls  Whatsapp Numbers Goa9316020077📞Goa  Call Girls  Numbers, Call Girls  Whatsapp Numbers Goa
9316020077📞Goa Call Girls Numbers, Call Girls Whatsapp Numbers Goa
 
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetnagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
nagpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetdehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dehradun Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
ooty Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Krishnagiri call girls Tamil aunty 7877702510
Krishnagiri call girls Tamil aunty 7877702510Krishnagiri call girls Tamil aunty 7877702510
Krishnagiri call girls Tamil aunty 7877702510
 
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
(Deeksha) 💓 9920725232 💓High Profile Call Girls Navi Mumbai You Can Get The S...
 
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
💚 Punjabi Call Girls In Chandigarh 💯Lucky 🔝8868886958🔝Call Girl In Chandigarh
 
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetNanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Nanded Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...
Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...
Premium Call Girls Bangalore {9xxxx00000} ❤️VVIP POOJA Call Girls in Bangalor...
 
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetraisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
raisen Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
jabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
jabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetjabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
jabalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetPatna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Patna Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...Call Girls in Udaipur  Girija  Udaipur Call Girl  ✔ VQRWTO ❤️ 100% offer with...
Call Girls in Udaipur Girija Udaipur Call Girl ✔ VQRWTO ❤️ 100% offer with...
 
dhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetdhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
dhanbad Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
Independent Call Girls Hyderabad 💋 9352988975 💋 Genuine WhatsApp Number for R...
 
Sambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetSambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Sambalpur Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real MeetVip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
Vip Call Girls Makarba 👙 6367187148 👙 Genuine WhatsApp Number for Real Meet
 
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real MeetMathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
Mathura Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in AnantapurCall Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
Call Girls Service Anantapur 📲 6297143586 Book Now VIP Call Girls in Anantapur
 
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meetbhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
bhopal Call Girls 👙 6297143586 👙 Genuine WhatsApp Number for Real Meet
 

onur-740-fall13-lecture0-1-course-description-and-logistics-afterlecture (1).ppt

  • 1. 740: Computer Architecture Introduction, Logistics, and Background Assignments Profs. Onur Mutlu and Seth Copen Goldstein Carnegie Mellon University Fall 2013
  • 2. Agenda  Syllabus  Course logistics, info, requirements  Online nature of the course  Introduction  Background Videos and Lectures to Study 2
  • 3. Non-Agenda  Grading and Policies  Details on Course Project  Details on Paper Review Assignments  Initial Assignments and Homeworks  These are covered in separate videos. 3
  • 4. Course Info: Who Are We?  Instructor: Prof. Onur Mutlu  onur@cmu.edu  Office: CIC 4105  Office Hours: W 2:30-3:30pm (or by appointment)  http://www.ece.cmu.edu/~omutlu  PhD from UT-Austin, worked at Microsoft Research, Intel, AMD  Research interests:  Computer architecture, hardware/software interaction  Many-core systems  Memory and storage systems  Improving programmer productivity  Interconnection networks  Hardware/software interaction and co-design (PL, OS, Architecture)  Fault tolerance  Hardware security  Algorithms and architectures for genomics and embedded systems 4
  • 5. Course Info: Who Are We?  Instructor: Prof. Seth Copen Goldstein  seth@cmu.edu  Office: GHC 7111  Office Hours: T 1-2pm (or by appointment)  http://www.cs.cmu.edu/~seth  Research interests:  Computer architecture  Compilers  Massively distributed systems  Programmable matter  Programming Languages  Nanotechnology  Modular Robotics  Governance  Web Technology 5
  • 6. Course Info: Who Are We?  Teaching Assistants  Tyler Huberty  thuberty@andrew.cmu.edu  Brian Osbun  bosbun@andrew.cmu.edu  Hongyi Xin  hxin@andrew.cmu.edu  TBD 6
  • 7. Where to Get Up-to-date Course Info?  Website: http://www.ece.cmu.edu/~ece740  Syllabus and contact information  Links to videos and online education site  Lecture notes  Readings and link to review website  Project information  …  Blackboard: Linked from website  Your email  Email to us: 740-official@ece.cmu.edu 7
  • 8. This is a Hybrid Course  Heavily online  With in-person recitations and office hours 8
  • 9. Lectures, Readings and Recitations  Lectures will be online  Purpose: Learn the basics of a topic  You are expected to watch them fully as assigned by the due date  Videos and supplemental material will be linked from the website  Readings will be online  Purpose: Enhance understanding beyond the lectures  You are expected to do them before the due date (& enter reviews)  Recitations will be both in-person and online  Purpose: Enhance understanding via deeper discussion  During the specified times in the syllabus and course schedule  We will announce recitation times and format weekly  In-person recitations will be recorded and posted online 9
  • 10. Office Hours  Office hours will be both in-person and online  Purpose: Clarify unclear points, delve deeper  Locations and times will be posted 10
  • 11. A Note  Please provide us feedback with the online lectures and quality of the online environment  If there are issues, we would like to know these early  Especially true if you are remotely attending the class 11
  • 12. What Will You Learn?  Computer Architecture: The science and art of designing, selecting, and interconnecting hardware components and designing the hardware/software interface to create a computing system that meets functional, performance, energy consumption, cost, and other specific goals.  Traditional definition: “The term architecture is used here to describe the attributes of a system as seen by the programmer, i.e., the conceptual structure and functional behavior as distinct from the organization of the dataflow and controls, the logic design, and the physical implementation.” Gene Amdahl, IBM Journal of R&D, April 1964 12
  • 14. What Will You Learn?  Hardware/software interface, major components, and programming models of a modern microprocessor  State-of-the-art as well as research proposals  Tradeoffs and how to make them  Emphasis on cutting-edge research  Hands-on research in a computer architecture topic  Semester-long project  How to design better architectures (not an intro course)  How to dig out information  No textbook really required  But, see the syllabus 14
  • 15. An Example: Multi-Core Systems 15 CORE 1 L2 CACHE 0 SHARED L3 CACHE DRAM INTERFACE CORE 0 CORE 2 CORE 3 L2 CACHE 1 L2 CACHE 2 L2 CACHE 3 DRAM BANKS Multi-Core Chip *Die photo credit: AMD Barcelona DRAM MEMORY CONTROLLER
  • 16. Unexpected Slowdowns in Multi-Core 16 Memory Performance Hog Low priority High priority (Core 0) (Core 1)
  • 17. 17 Why the Disparity in Slowdowns? CORE 1 CORE 2 L2 CACHE L2 CACHE DRAM MEMORY CONTROLLER DRAM Bank 0 DRAM Bank 1 DRAM Bank 2 Shared DRAM Memory System Multi-Core Chip unfairness INTERCONNECT matlab gcc DRAM Bank 3
  • 18. For More Information, Read  Mutlu and Moscibroda, “Memory Performance Attacks: Denial of Memory Service in Multi-Core Systems”, USENIX Security 2007. 18
  • 19. Course Goals  Goal 1: To familiarize computer architecture students and those interested in computer system design with both fundamental design tradeoffs and recent research issues/trends in processor, memory, and platform architectures in today’s and future systems.  Strong emphasis on fundamentals and design tradeoffs.  Goal 2: To provide the necessary background and experience to advance the state-of-the-art in computer architecture by performing cutting-edge research.  Strong emphasis on  Critically evaluating research papers (through literature review assignments)  Developing new mechanisms that advance the state of the art (through the course research project). 19
  • 20. This is a Graduate-Level Class  Required background:  basic architecture (18-447)  basic compilers  basic OS  programming skills  spirit, excitement, and dedication for deep exploration of a topic in computer architecture 20
  • 21. What Do I Expect From You?  Learn the material  And, research it  find the original source of ideas  Do the work & work hard  Ask questions, take notes, participate in discussion  Read and review the assigned research papers & readings  Discuss/critique them online with peers and us  Write your critique/review online  Start the research project early and focus on it  If you want feedback, come to office hours 21
  • 22. Recommended Background Videos and Lectures (I)  All 447 lecture videos and notes are at:  http://www.youtube.com/playlist?list=PL5PHm2jkkXmidJOd59 REog9jDnPDTG6IJ  http://www.ece.cmu.edu/~ece447/s13/doku.php?id=schedule  Please watch as many as you can, to brush up on background material  I would especially encourage everyone to watch:  Lecture 1: Basics of Computer Architecture  http://www.youtube.com/watch?v=BJ87rZCGWU0&list=PL5PH m2jkkXmidJOd59REog9jDnPDTG6IJ&index=1 22
  • 23. Recommended Background Videos and Lectures (II)  Lectures 2-3: Fundamental Concepts and ISA, ISA Tradeoffs  http://www.youtube.com/watch?v=BqJgYN6S6Qw&list=PL5PHm2jkkXmidJOd59REog9j DnPDTG6IJ&index=2  http://www.youtube.com/watch?v=BqJgYN6S6Qw&list=PL5PHm2jkkXmidJOd59REog9j DnPDTG6IJ&index=3  Lecture 8: Pipelining  http://www.youtube.com/watch?v=5E_W7EeNs8U&list=PL5PHm2jkkXmidJOd59REog9j DnPDTG6IJ&index=8  Lecture 9: Data Dependence Handling  http://www.youtube.com/watch?v=Gpz1I47LfDo&list=PL5PHm2jkkXmidJOd59REog9jD nPDTG6IJ&index=9  Lecture 10-11: Branch Prediction  http://www.youtube.com/watch?v=XkerLktFtJg&list=PL5PHm2jkkXmidJOd59REog9jDn PDTG6IJ&index=11  Lecture 16: Virtual Memory  http://www.youtube.com/watch?v=ppPq- ntaAWU&list=PL5PHm2jkkXmidJOd59REog9jDnPDTG6IJ&index=16 23
  • 24. Recommended Background Videos and Lectures (II)  Lecture 22: Memory Hierarchy  http://www.youtube.com/watch?v=JBdfZ5i21cs&list=PL5PHm2jkkXmidJOd59REog9jDn PDTG6IJ&index=22  Lecture 23-24: Caches  http://www.youtube.com/watch?v=TpMdBrM1hVc&list=PL5PHm2jkkXmidJOd59REog9j DnPDTG6IJ&index=23  http://www.youtube.com/watch?v=TboaFbjTd- E&list=PL5PHm2jkkXmidJOd59REog9jDnPDTG6IJ&index=24  Lecture 30B: Multiprocessors  http://www.youtube.com/watch?v=7ozCK_Mgxfk&list=PL5PHm2jkkXmidJOd59REog9jD nPDTG6IJ&index=31 24
  • 25. 740: Computer Architecture Introduction, Logistics, and Background Assignments Profs. Onur Mutlu and Seth Copen Goldstein Carnegie Mellon University Fall 2013