`import cupyx.scipy.signal` emits FutureWarning
Open
cat:bug
prio:high
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 45
Description
### Description
The warning should not be emitted.
### To Reproduce
```py
>>> import cupyx.scipy.signal
/home/maehashi/Development/cupy/cupyx/jit/_interface.py:173: FutureWarning: cupyx.jit.rawkernel is experimental. The interface can change in the future.
cupy._util.experimental('cupyx.jit.rawkernel')
```
### Installation
Built from GitHub source
### Environment
```
# Paste the output here
```
### Additional Information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.