File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,8 +37,8 @@ a:hover {
3737
3838.hero h1 {
3939 margin : 0 ;
40- max-width : 12 ch ;
41- font-size : clamp (1.75 rem , 3.55 vw , 3.35 rem );
40+ max-width : none ;
41+ font-size : clamp (1.4 rem , 2.7 vw , 2.6 rem );
4242 line-height : 0.98 ;
4343}
4444
@@ -48,6 +48,15 @@ a:hover {
4848 font-size : 1.22rem ;
4949}
5050
51+ .highlights-list {
52+ margin-top : 0.35rem ;
53+ padding-left : 1.3rem ;
54+ }
55+
56+ .highlights-list li {
57+ margin-bottom : 0.35rem ;
58+ }
59+
5160.topnav {
5261 display : flex;
5362 gap : 1rem ;
Original file line number Diff line number Diff line change @@ -51,6 +51,12 @@ <h2>Course Overview</h2>
5151 performance analysis that can make future primitives more systematic to
5252 design.
5353 </ p >
54+ < p > Course highlights:</ p >
55+ < ul class ="highlights-list ">
56+ < li > AWS Neuron hands-on.</ li >
57+ < li > MLIR-AIR hands-on with respect to MLIR transformations.</ li >
58+ < li > Detailed look at modern tile-based languages.</ li >
59+ </ ul >
5460 < p >
5561 The class is co-taught with < strong > Professor Sreepathi Pai of the University of Rochester</ strong > .
5662 It is explicitly project-centered: student-designed primitives will be
You can’t perform that action at this time.
0 commit comments