Skip to content

Commit 5853eda

Browse files
Fix incorrect import (#234)
1 parent 629d13a commit 5853eda

File tree

1 file changed

+1
-1
lines changed
  • examples/cython/usm_memory

1 file changed

+1
-1
lines changed

examples/cython/usm_memory/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# coding: utf-8
2-
import dpctl._memory as dpctl_mem
2+
import dpctl.memory as dpctl_mem
33
import blackscholes_usm as bs
44
import numpy as np, dpctl
55
from reference_black_scholes import ref_python_black_scholes

0 commit comments

Comments
 (0)