Skip to content

Commit bc5fbaa

Browse files
Fix imports from dpctl.compiler.utils
Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
1 parent 21cbdd6 commit bc5fbaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpctl/compiler/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
A collection of utility functions for dpctl.compiler module.
1919
"""
2020

21-
from dpctl.compiler.utils._utils import parse_spirv_specializations
21+
from dpctl.compiler.utils._utils import SpecializationConstantInfo, parse_spirv_specializations
2222

2323
__all__ = [
2424
"parse_spirv_specializations",

0 commit comments

Comments
 (0)