Commit 95cffcf
authored
feat[dace][next]: Adjusted the handling of non standard GPU Memlets. (#1913)
Due to the update to DaCe in
[PR#1976](spcl/dace#1976) the code generator is
now able to handle more Memlets directly as Cuda `memcpy()` calls. Thus
we have to change this function to reflect this case.
It even stands to reason that these functions can be removed altogether.
Note that the merge has become possible because of our switch to our
DaCe fork in [PR#2012](#2012).1 parent 7697015 commit 95cffcf
File tree
1 file changed
+6
-11
lines changed- src/gt4py/next/program_processors/runners/dace/transformations
1 file changed
+6
-11
lines changedLines changed: 6 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
| |||
279 | 281 | | |
280 | 282 | | |
281 | 283 | | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
292 | 287 | | |
293 | 288 | | |
294 | 289 | | |
| |||
0 commit comments