We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629d13a commit 5853edaCopy full SHA for 5853eda
examples/cython/usm_memory/run.py
@@ -1,5 +1,5 @@
1
# coding: utf-8
2
-import dpctl._memory as dpctl_mem
+import dpctl.memory as dpctl_mem
3
import blackscholes_usm as bs
4
import numpy as np, dpctl
5
from reference_black_scholes import ref_python_black_scholes
0 commit comments