Fix `kernelize()` crash for gpt_oss: missing `@use_kernel_func_from_hub` on `apply_rotary_pos_emb` (#45799)
* fix gpt-oss
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* fix format
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* fix copy
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* fix consistency
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* fix comment
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
* change to error instead of warning
* fixup deregister on failure mode (as before) + more comments
---------
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
Co-authored-by: vasqu <antonprogamer@gmail.com>
Co-authored-by: Anton Vlasjuk <73884904+vasqu@users.noreply.github.com>