Skip to content

Commit cfe7f1f

Browse files
committed
add SYCL source creation function to __all__
1 parent b3d052a commit cfe7f1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dpctl/program/_program.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ from dpctl._backend cimport ( # noqa: E211, E402;
7676
__all__ = [
7777
"create_kernel_bundle_from_source",
7878
"create_kernel_bundle_from_spirv",
79+
"create_kernel_bundle_from_sycl_source",
7980
"is_sycl_source_compilation_available",
8081
"SyclKernel",
8182
"SyclKernelBundle",

0 commit comments

Comments
 (0)