Commit a830760
committed
fix shared memory test
The integration test for shared memory was allocating shared memory for
the full grid instead of the block only.
The amount on exeets the typical available 64kiB, it was only passing
because on CPU we allocate dynamic shared memory via `new` and it looks
like on GPU there is no test.1 parent b62a91a commit a830760
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments