@@ -10,11 +10,13 @@ excerpt: "Where theory meets practice"
1010{% assign pi_url = pi_url | strip %}
1111
1212Welcome to Concurrency and Parallelism Laboratory at [ KAIST] ( https://www.kaist.ac.kr ) [ School of
13- Computing] ( https://cs.kaist.ac.kr ) . We are designing and verifying concurrent and parallel software
14- and hardware that greatly improve performance and significantly reduce power consumption.
13+ Computing] ( https://cs.kaist.ac.kr ) . We are designing concurrent and parallel systems that greatly
14+ improve performance and significantly reduce power consumption, thereby serving as the basis for the
15+ next-generation massive data processing.
1516
16- ** We are actively recruiting motivated students of all levels interested in concurrency,
17- parallelism, verification, and compiler.** If interested, please send an email to {{ pi_url }}.
17+ ** We are actively recruiting motivated students of all levels interested in designing concurrent and
18+ parallel systems,** ranging from (hardware) caches to garbage collectors to deep learning
19+ accelerators. If interested, please send an email to {{ pi_url }}.
1820
1921
2022
@@ -47,10 +49,11 @@ parallelism, verification, and compiler.** If interested, please send an email t
4749
4850## Research
4951
50- We are designing and verifying concurrent and parallel software and hardware that greatly improve
51- performance and significantly reduce power consumption. Our general strategy in attacking this goal
52- is to discover the underlying principles and to develop formal methods. Specifically, we are working
53- on or going to work on the following projects:
52+ We are designing concurrent and parallel systems that greatly improve performance and significantly
53+ reduce power consumption, thereby serving as the basis for the next-generation massive data
54+ processing. Our general strategy in attacking this goal is (1) to holistically understand computer
55+ systems from microarchitectures to algorithms, and (2) to develop abstraction layers that realize
56+ the intrinsic parallelism of the workloads. Specifically, we are working on the following projects:
5457
5558- ** Designing concurrent systems** : It is difficult to develop efficient and yet safe concurrent
5659 software/hardware, because efficient systems should allow concurrent accesses from multiple
0 commit comments