scispace - formally typeset
A

Arun Thangamani

Researcher at Indian Institute of Technology Madras

Publications -  6
Citations -  2

Arun Thangamani is an academic researcher from Indian Institute of Technology Madras. The author has contributed to research in topics: Compiler & Computer science. The author has an hindex of 1, co-authored 2 publications receiving 2 citations.

Papers
More filters
Proceedings ArticleDOI

Optimizing remote data transfers in X10

TL;DR: A new optimization AT-Opt is presented that minimizes the amount of data serialized and communicated during place-change operations in the program and achieves a geometric mean speedup of 8.61× and 5.57× over the current X10 compiler.
Proceedings ArticleDOI

Lifting Code Generation of Cardiac Physiology Simulation to Novel Compiler Technology

TL;DR: LimpetMLIR as mentioned in this paper is a code generator and compiler transformer to accelerate the kernel phase of ionic models and bridge the gap between compiler technology and electrophysiology simulation.
Journal ArticleDOI

Optimizing Remote Communication in X10

TL;DR: AT-Com, a scheme to optimize X10 code with place-change operations, consists of two inter-related new optimizations: AT-Opt, which minimizes the amount of data serialized and communicated during place- Change operations, and AT-Pruning, which identifies/elides redundant place- change operations and does parallel execution of place-changing operations.