NPUW: Support strided remote tensors via NPU_ENABLE_STRIDES_FOR property (#35244)
### Details:
- *Previously, strided remote tensors were rejected and fell back to
slower
CPU runtime copy. Remove the continuous tensor check to allow strided
tensors to be processed directly on the device.*
### Tickets:
- *CVS-183225*
### AI Assistance:
- *AI assistance used: yes*
- *AI was used to propose optimal solution. Base implementation,
reviewing of proposed alternatives, final fix and testing was done
manually*
Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan@intel.com>