xla icon indicating copy to clipboard operation
xla copied to clipboard

Move CustomKernelThunk into its own file

Open copybara-service[bot] opened this issue 2 weeks ago • 0 comments

Move CustomKernelThunk into its own file

CustomKernelThunk is currently declared in kernel_thunk.h and this change moves it into its own file custom_kernel_thunk.h. The same is done for the implementation (kernel_thunk.cc to custom_kernel_thunk.cc and the tests).

It also moves the shared logic (PrintBufferContents function) into its own file and adds tests.

copybara-service[bot] avatar Nov 12 '25 09:11 copybara-service[bot]