Zobrazeno 1 - 10
of 35
pro vyhledávání: '"I-Ting Angelina Lee"'
Publikováno v:
Proceedings of the 35th ACM Symposium on Parallelism in Algorithms and Architectures.
Autor:
Tao B. Schardl, I-Ting Angelina Lee
Publikováno v:
Proceedings of the 28th ACM SIGPLAN Annual Symposium on Principles and Practice of Parallel Programming.
Publikováno v:
2022 IEEE International Parallel and Distributed Processing Symposium (IPDPS).
Publikováno v:
SPAA
In task-parallel code, a determinancy race occurs when two logically parallel instructions access the same memory location in a conflicting way. A determinacy race tends to be a bug as it leads to non-deterministic program behaviors. Researchers have
Autor:
Anchengcheng Zhou, Tao B. Schardl, Yifan Xu, Grace Q. Yin, Kunal Agrawal, I-Ting Angelina Lee
Publikováno v:
SPAA
While there has been extensive research on race-detection algorithms for task-parallel programs, most of this research has focused on optimizing a particular component, namely, reachability analysis, which checks whether two instructions are logicall
Publikováno v:
PPOPP
Record-and-replay systems are useful tools for debugging non-deterministic parallel programs by first recording an execution and then replaying that execution to produce the same access pattern. Existing record-and-replay systems generally target thr
Publikováno v:
IPDPS
Parallel loops are commonly used parallel constructs to parallelize high-performance scientific applications. In the paradigm of task parallelism, the parallel loop construct is used to express the logical parallelism of the loop, indicating that the
Autor:
I-Ting Angelina Lee, Stefan K. Muller, Umut A. Acar, Kunal Agrawal, Kyle Singer, Noah Goldstein
Publikováno v:
SPAA
Many modern parallel applications, such as desktop software and cloud-based web services, are service-oriented, long running, and perform frequent interactions with the external world (e.g., responding to user input). We want such interactive applica
Autor:
Noah Goldstein, I-Ting Angelina Lee, Kunal Agrawal, Umut A. Acar, Stefan K. Muller, Kyle Singer
Publikováno v:
PLDI
Motivated by the increasing shift to multicore computers, recent work has developed language support for responsive parallel applications that mix compute-intensive tasks with latency-sensitive, usually interactive, tasks. These developments include
Externí odkaz:
https://explore.openaire.eu/search/publication?articleId=doi_dedup___::6fc572a7c484be337d235ea618389d48
http://arxiv.org/abs/2004.02870
http://arxiv.org/abs/2004.02870
Publikováno v:
PPoPP
The use of futures can generate arbitrary dependences in the computation, making it difficult to detect races efficiently. Algorithms proposed by prior work to detect races on programs with futures all have to execute the program sequentially. We pro