You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AsyncAlloc][CUDA] Change memory pool max size error to a warning (#17863)
Warn users over setting the memory pool maximum size property instead of
error.
This should aid CI which is affected by the memory_pool.cpp e2e test
which expects to be able to set this property despite DPC++ being built
with a CUDA version that is too old.
See this CI error:
#17757 (comment)
This PR relies on #17095 to be merged
for the printing of the warning to be enabled.
0 commit comments