Skip to content

Commit d280393

Browse files
committed
Disable the w/a with OneMKL hanging
1 parent bbd1224 commit d280393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
mypath = os.path.dirname(os.path.realpath(__file__))
3131

3232
# workaround against hanging in OneMKL calls and in DPCTL
33-
os.environ.setdefault("SYCL_QUEUE_THREAD_POOL_SIZE", "6")
33+
# os.environ.setdefault("SYCL_QUEUE_THREAD_POOL_SIZE", "6")
3434

3535
import dpctl
3636

0 commit comments

Comments
 (0)