optimization on heterogeneous systems
play

Optimization on Heterogeneous Systems Kerry A. Seitz, Jr. and Mark - PowerPoint PPT Presentation

Virtual Machine and Bytecode for Optimization on Heterogeneous Systems Kerry A. Seitz, Jr. and Mark C. Lewis Trinity University, San Antonio, TX Acknowledgments Trinity University Department of Computer Science Trinity University Mach


  1. Virtual Machine and Bytecode for Optimization on Heterogeneous Systems Kerry A. Seitz, Jr. and Mark C. Lewis Trinity University, San Antonio, TX

  2. Acknowledgments  Trinity University Department of Computer Science  Trinity University Mach Fellowship Program

  3. Overview  Introduction  Bytecode Design  Implementation  Conclusion

  4. Heterogeneous Computing  Use all hardware components available  CPU, GPU, FPGA, DSP  Increase Performance  Hardware independent | Introduction | Bytecode Design | Implementation | Conclusion |

  5. Heterogeneous Computing Challenges  Different programming models  Different combinations of devices  Little development tool support  OpenCL, CUDA  Developer training | Introduction | Bytecode Design | Implementation | Conclusion |

  6. Motivations  Make heterogeneous computing easier  Runtime code optimizations  Platform independence | Introduction | Bytecode Design | Implementation | Conclusion |

  7. Annotation  Provide optimization hints to VM  Can be disregarded until optimization  Backwards compatibility  Two formats  Within instructions  Annotation file | Introduction | Bytecode Design | Implementation | Conclusion |

  8. Annotation Examples  Immutability  Escape thread/stack frame  Generics/Type Erasure  Specify Device | Introduction | Bytecode Design | Implementation | Conclusion |

  9. Popular Virtual Machines  Java – stack-based  Dalvik – register-based (16 registers)  Both have issues | Introduction | Bytecode Design | Implementation | Conclusion |

  10. Virtual Machine Design  Variables  2 16 per stack frame  Type associated with each  Annotations  Class Files  Header modeled after Dalvik  Annotations | Introduction | Bytecode Design | Implementation | Conclusion |

  11. Instruction Format | Introduction | Bytecode Design | Implementation | Conclusion |

  12. Instruction Format | Introduction | Bytecode Design | Implementation | Conclusion |

  13. Instruction Format | Introduction | Bytecode Design | Implementation | Conclusion |

  14. Instruction Format | Introduction | Bytecode Design | Implementation | Conclusion |

  15. Programming Language Scala OpenCL  High-level  Lower-level  Object oriented/functional  Heterogeneous  Compiles to JVM  Platform independent (with correct drivers) | Introduction | Bytecode Design | Implementation | Conclusion |

  16. GPU Execution  Uses OpenCL (through JavaCL)  Compiles bytecode instructions into OpenCL kernel  Parallelizes over an array of data | Introduction | Bytecode Design | Implementation | Conclusion |

  17. Summary  Heterogeneous computing is hard, but increasingly essential  Designed bytecode to aid in heterogeneous computing  Optimization hints in annotations  Platform independent  Implementation in Scala with OpenCL | Introduction | Bytecode Design | Implementation | Conclusion |

  18. Future research  Design more annotations  Implement more annotations  Develop lower level interpreter/JIT compiler  Explore program analysis techniques | Introduction | Bytecode Design | Implementation | Conclusion |

  19. Questions?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend