Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hipify tensorflow? #37

Closed
allthetime opened this issue Sep 4, 2016 · 2 comments
Closed

hipify tensorflow? #37

allthetime opened this issue Sep 4, 2016 · 2 comments

Comments

@allthetime
Copy link

Hi.

I'm curious if anyone has tried doing this, or is working on doing so...

If not, how, generally, could I accomplish this?

@bensander
Copy link
Contributor

Hi – TensorFlow is based on an open-source runtime called StreamExecutor. StreamExecutor uses the CUDA Driver API, which was not supported by HIP – until yesterday that is! The new developer-preview branch contains new APIs to load code Modules and manipulate Contexts. It also adds a cross-platform device compiler to hipcc, so you can convert HIP kernels into .PTX on Nvidia side or “hsaco” code objects on the AMD side. We have a team looking at StreamExecutor and TensorFlow support on the HIP infrastructure.

The HIP developer preview branch requires new features from HCC and should be used with the “develop” branch of HCC. Here are some more relevant links to the branch and documentation:
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/tree/developer-preview
https://github.com/GPUOpen-ProfessionalCompute-Tools/HIP/blob/developer-preview/docs/markdown/hip_porting_driver_api.md

-ben

From: allthetime notifications@github.com
Reply-To: GPUOpen-ProfessionalCompute-Tools/HIP reply@reply.github.com
Date: Sunday, September 4, 2016 at 2:32 AM
To: GPUOpen-ProfessionalCompute-Tools/HIP HIP@noreply.github.com
Subject: [GPUOpen-ProfessionalCompute-Tools/HIP] hipify tensorflow? (#37)

Hi.

I'm curious if anyone has tried doing this, or is working on doing so...

If not, how, generally, could I accomplish this?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/37, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ACYSAuJFaLSUBX6Knb0KwOWqUQbtrqTJks5qmnQAgaJpZM4J0ekk.

@allthetime
Copy link
Author

@bensander yesterday!? great news. Thanks for taking the time to answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants