How to compile a new op?

Hi! I am trying to write a new op according to the guidance on add_op_in_backend.. However, it doesn’t mention how to compile a new operation. Is there any tutorial on how to compile an op solely without comipling the whole mxnet stuff?

I am not sure you can avoid compiling the whole project at least once. On tip is to use ccache to reduce the time for incremental builds. There is a good tutorial here how to set up CLion on OSX with ccache if you are on that platform.

1 Like