Skip to content

Commit 50e10bd

Browse files
Introduce mkl_fft.interfaces
1 parent bf7560e commit 50e10bd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

mkl_fft/interfaces/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
from .. import _numpy_fft as numpy_fft
2+
from .. import _scipy_fft_backend as scipy_fft

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2017-2020, Intel Corporation
2+
# Copyright (c) 2017-2022, Intel Corporation
33
#
44
# Redistribution and use in source and binary forms, with or without
55
# modification, are permitted provided that the following conditions are met:

0 commit comments

Comments
 (0)