Commit d7f4aee
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:
intel/llvm#17757 (comment)
This PR relies on intel/llvm#17095 to be merged
for the printing of the warning to be enabled.1 parent 22d1d13 commit d7f4aee
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
451 | 449 | | |
452 | 450 | | |
453 | 451 | | |
| |||
0 commit comments