tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.74k stars 260 forks source link

[ROCm] Changing the return type for the device function calls from i32 to i64 #171

Closed deven-amd closed 5 years ago

deven-amd commented 5 years ago

Also making corresponding changes in the unit test for the same


@joker-eph @whchung

joker-eph commented 5 years ago

Thanks!

joker-eph commented 5 years ago

(nit: your title is accurately describing the "what". In general, I like to have a contextual description in the commit message to also explain the "why": https://chris.beams.io/posts/git-commit/ ; but don't bother here I've already pulled the changes in)