Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.08 KB

README.ROCm.md

File metadata and controls

22 lines (13 loc) · 1.08 KB

Tensorflow ROCm port

Introduction

This repository hosts the port of Tensorflow on ROCm platform. It uses various technologies on ROCm platform such as HIP and MIOpen. For details on HIP, please refer here. Optimized DNN library calls (via MIOpen) are also supported within this codebase.

Installation

For further background information on ROCm, refer here.

The project is derived from TensorFlow 1.14.0 and has been verified to work with the latest ROCm2.6 release.

For details on installation and usage, see these links:

Technical details