Skip to content

Commit 8589959

Browse files
authored
Generalize test_libdevice.py; don't import libdevice from extra.intel (#2832)
This is a prerequisite to try to upstream `test_bessel`. Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 7057b3c commit 8589959

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/test/unit/language/test_libdevice.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
import triton
55
import triton.language as tl
6-
from triton.language.extra.intel import libdevice
6+
7+
from triton.language.extra import libdevice
78
from triton.language.extra.libdevice import fast_dividef as my_fast_dividef
89

910

0 commit comments

Comments
 (0)