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 bbd1224 commit d280393Copy full SHA for d280393
dpnp/__init__.py
@@ -30,7 +30,7 @@
30
mypath = os.path.dirname(os.path.realpath(__file__))
31
32
# workaround against hanging in OneMKL calls and in DPCTL
33
-os.environ.setdefault("SYCL_QUEUE_THREAD_POOL_SIZE", "6")
+# os.environ.setdefault("SYCL_QUEUE_THREAD_POOL_SIZE", "6")
34
35
import dpctl
36
0 commit comments