[Enhancement] Add stride index validation in CythonKernelWrapper (#743)
* Introduced an assertion to ensure that the stride index is within the valid range of tensor dimensions in `cython_wrapper.pyx`. * This change prevents potential out-of-bounds errors when accessing tensor dimensions, enhancing the robustness of the code.
Showing
Please register or sign in to comment