rapidsai / rapids-examples

33 stars 24 forks source link

[REVIEW]Triton rapids example #12

Closed VibhuJawa closed 3 years ago

VibhuJawa commented 3 years ago

This PR adds a Triton rapids example and closes https://github.com/rapidsai/rapids-examples/issues/11

Todo:

CC: @randerzander

VibhuJawa commented 3 years ago

CC: @shaneding

VibhuJawa commented 3 years ago

Thanks for creating this very useful example, Vibhu.

General comment.. I know that GRPC is far superior performance to plain HTTP calls, but it might be worth providing an example or comment that you can make HTTP calls as well. Depending on system/language it can be substantially easier to make an HTTP call than GRPC.

Makes sense. Let's merge this in. I will follow up with an HTTP client example too, added issue to track this. https://github.com/rapidsai/rapids-examples/issues/13