ROCm / rocFFT

Next generation FFT implementation for ROCm
https://rocm.docs.amd.com/projects/rocFFT/en/latest/
Other
175 stars 84 forks source link

Silence python invalid escape warning #438

Closed trixirt closed 1 year ago

trixirt commented 1 year ago

On Fedora/rawhide with Python 3.12.0b4 There is this warning rocFFT/library/src/device/kernel-generator-embed-cpp.py:63: SyntaxWarning: invalid escape sequence '\s' include_regex = re.compile('''^\s*#include''')

Change to a raw string