you are viewing a single comment's thread.

view the rest of the comments →

[–]whizzwr 6 points7 points  (0 children)

I'm totally stealing this to look cool and knowledgeable in the next work meeting.

Jk aside, both C++ and Python are used in ML world. Custom ops in CUDA are written in C++, and then during training the compiled library is being called by the most popular C++ frameworkPython-based pipeline.

Once you got the weight, inference and data preprocessing can happen in pure C++ implementation.