Skip to content

Instantly share code, notes, and snippets.

@tuzhucheng
Created November 13, 2017 21:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuzhucheng/d472d38a3419e528c8bab52f459c506c to your computer and use it in GitHub Desktop.
Save tuzhucheng/d472d38a3419e528c8bab52f459c506c to your computer and use it in GitHub Desktop.
graph(%1 : Long(3)
%2 : Float(100, 300)) {
%3 : Float(3, 300) = Gather(%2, %1), uses = [%0.i0];
return (%3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment