|
36 | 36 | <li class="nav-item"> |
37 | 37 | <a class="nav-link" href="#tag_features">Features</a> |
38 | 38 | </li> |
| 39 | + <li class="nav-item"> |
| 40 | + <a class="nav-link" href="#tag_applications">Applications</a> |
| 41 | + </li> |
39 | 42 | <li class="nav-item"> |
40 | 43 | <a class="nav-link" href="#tag_community">Community</a> |
41 | 44 | </li> |
@@ -164,13 +167,12 @@ <h5 class="card-title">Taskflow @ VLSI-DAT 2020</h5> |
164 | 167 | <br> |
165 | 168 |
|
166 | 169 | <p align="center"><a class="btn btn-secondary" href="#" role="button">View All News »</a></p> |
167 | | - <br> |
168 | | - <hr> |
169 | 170 | </div> <!-- News --> |
170 | 171 |
|
171 | 172 |
|
| 173 | + <div class="jumbotron jumbotron-fluid"> |
172 | 174 | <div class="container" id="tag_features"> |
173 | | - <div class="page-header text-center"><h1><i class="fas fa-tools"></i> Features</h1></div> |
| 175 | + <div class="page-header text-center"><h1><i class="fas fa-check-circle"></i> Features</h1></div> |
174 | 176 | <hr> |
175 | 177 |
|
176 | 178 | <div class="card-deck"> |
@@ -198,10 +200,30 @@ <h5 class="card-title">Scalable to Millions of Tasks</h5> |
198 | 200 | </div> |
199 | 201 | </div> |
200 | 202 | </div> |
201 | | - <br> |
| 203 | + </div> |
202 | 204 | </div> |
203 | 205 | <!-- features --> |
204 | 206 |
|
| 207 | + <div class="container" id="tag_applications"> |
| 208 | + <div class="page-header text-center"><h1><i class="fas fa-tools"></i> Applications</h1></div> |
| 209 | + <hr> |
| 210 | + <div class="card mb-3"> |
| 211 | + <a href="https://taskflow.github.io/taskflow/opentimer.html"><img class="card-img-top" src="images/cad.jpg" alt="Card image cap"></a> |
| 212 | + <div class="card-body"> |
| 213 | + <h5 class="card-title">Parallelizing Computer-aided Design (CAD) Software</h5> |
| 214 | + <p class="card-text">We have successfully applied Taskflow to assist developers in the implementation and deployment of parallel CAD algorithms and software that scale to millions of tasks on manycore CPUs and GPUs.</p> |
| 215 | + </div> |
| 216 | + </div> |
| 217 | + |
| 218 | + <div class="card mb-3"> |
| 219 | + <a href="https://github.com/dian-lun-lin/SNIG"><img class="card-img-top" src="images/machine-learning.jpg" alt="Card image cap"></a> |
| 220 | + <div class="card-body"> |
| 221 | + <h5 class="card-title">Computing Large-scale Machine Learning Workloads</h5> |
| 222 | + <p class="card-text">We have successfully applied Taskflow to design efficient model- and data-parallel algorithms for scaling up large-scale machine learning workloads that incorporate billions of parameters.</p> |
| 223 | + </div> |
| 224 | + </div> |
| 225 | + </div> <!-- Applications --> |
| 226 | + |
205 | 227 |
|
206 | 228 | <div class="jumbotron jumbotron-fluid"> |
207 | 229 | <div class="container" id="tag_community"> |
@@ -414,9 +436,6 @@ <h2><i class="fas fa-award"></i> Recognition</h2> |
414 | 436 | <p>© <a href="https://tsung-wei-huang.github.io/">Dr. Tsung-Wei Huang</a>, University of Utah 2019-2020</p> |
415 | 437 | </footer> |
416 | 438 |
|
417 | | - <!-- Bootstrap core JavaScript |
418 | | - ================================================== --> |
419 | | - <!-- Placed at the end of the document so the pages load faster --> |
420 | 439 | </body> |
421 | 440 | </html> |
422 | 441 |
|
0 commit comments