scispace - formally typeset
Y

Yutaka Ishikawa

Researcher at University of Tokyo

Publications -  181
Citations -  4217

Yutaka Ishikawa is an academic researcher from University of Tokyo. The author has contributed to research in topics: Scheduling (computing) & Supercomputer. The author has an hindex of 34, co-authored 177 publications receiving 3982 citations. Previous affiliations of Yutaka Ishikawa include Carnegie Mellon University & University of Tokushima.

Papers
More filters
Proceedings Article

TimeGraph: GPU scheduling for real-time multi-tasking environments

TL;DR: TimeGraph is presented, a real-time GPU scheduler at the device-driver level for protecting important GPU workloads from performance interference and supports two priority-based scheduling policies in order to address the tradeoff between response times and throughput introduced by the asynchronous and non-preemptive nature of GPU processing.
Proceedings ArticleDOI

Object-oriented real-time language design: constructs for timing constraints

TL;DR: RTC++ is an extension of C++ and its features are to specify i) a real-time object which is an active entity, ii) timing constraints in an operation as well as in statements, and iii) a periodic task with rigid timing constraints.
Proceedings ArticleDOI

Gang EDF Scheduling of Parallel Task Systems

TL;DR: An algorithm, called Gang EDF, which applies the Earliest Deadline First (EDF) policy to the traditional Gang scheduling scheme is presented and new ideas for the parallel task model are introduced.
Book ChapterDOI

PM: An Operating System Coordinated High Performance Communication Library

TL;DR: To obtain high performance communication and support multi-user environments, the authors have co-designed PM, an operating system implemented as a daemon process, and the run-time routine for a programming language.