Skip to main content

Showing 1–3 of 3 results for author: Govindarajan, R

Searching in archive cs. Search in all archives.
.
  1. arXiv:2008.08251  [pdf, ps, other

    physics.ao-ph cs.CV physics.geo-ph

    Spatio-temporal relationships between rainfall and convective clouds during Indian Monsoon through a discrete lens

    Authors: Arjun Sharma, Adway Mitra, Vishal Vasan, Rama Govindarajan

    Abstract: The Indian monsoon, a multi-variable process causing heavy rains during June-September every year, is very heterogeneous in space and time. We study the relationship between rainfall and Outgoing Longwave Radiation (OLR, convective cloud cover) for monsoon between 2004-2010. To identify, classify and visualize spatial patterns of rainfall and OLR we use a discrete and spatio-temporally coherent re… ▽ More

    Submitted 19 August, 2020; originally announced August 2020.

    Comments: 20 pages, 13 figures, 5 tables. Abstract slightly modified from the accepted version at International Journal of Climatology

    Journal ref: International Journal of Climatology, 2020

  2. arXiv:1712.04303  [pdf, other

    cs.DC

    RLWS: A Reinforcement Learning based GPU Warp Scheduler

    Authors: Jayvant Anantpur, Nagendra Gulur Dwarakanath, Shivaram Kalyanakrishnan, Shalabh Bhatnagar, R. Govindarajan

    Abstract: The Streaming Multiprocessors (SMs) of a Graphics Processing Unit (GPU) execute instructions from a group of consecutive threads, called warps. At each cycle, an SM schedules a warp from a group of active warps and can context switch among the active warps to hide various stalls. Hence the performance of warp scheduler is critical to the performance of GPU. Several heuristic warp scheduling algori… ▽ More

    Submitted 17 November, 2017; originally announced December 2017.

  3. arXiv:1406.6037  [pdf, other

    cs.AR cs.OS

    Preemptive Thread Block Scheduling with Online Structural Runtime Prediction for Concurrent GPGPU Kernels

    Authors: Sreepathi Pai, R. Govindarajan, Matthew J. Thazhuthaveetil

    Abstract: Recent NVIDIA Graphics Processing Units (GPUs) can execute multiple kernels concurrently. On these GPUs, the thread block scheduler (TBS) uses the FIFO policy to schedule their thread blocks. We show that FIFO leaves performance to chance, resulting in significant loss of performance and fairness. To improve performance and fairness, we propose use of the preemptive Shortest Remaining Time First (… ▽ More

    Submitted 23 June, 2014; originally announced June 2014.

    Comments: 14 pages, full pre-review version of PACT 2014 poster

    ACM Class: D.3.3; C.1.2