Commit 3b0ef11
Fixes memory allocation crash when work_group_size * compute_units is larger than max integer size (#1218)
* Makefile changes to support sse3 for icpx
* Removed long filename
* Reverted back to old README.md
* Reverted back to old README.md
* Deleted unused folders
* Fixed overflow when compute_units * work_group_size is larger than maximum integer size
* Fix
Co-authored-by: gta <[email protected]>1 parent b99bb50 commit 3b0ef11
File tree
1 file changed
+10
-2
lines changed- DirectProgramming/DPC++/SparseLinearAlgebra/merge-spmv/src
1 file changed
+10
-2
lines changedLines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
388 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
389 | 397 | | |
390 | 398 | | |
391 | 399 | | |
| |||
0 commit comments