Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Dec 11, 2024
1 parent 0d894ff commit 500590b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def gt_gpu_transformation(

if try_removing_trivial_maps:
# In DaCe a Tasklet, outside of a Map, can not write into an _array_ that is on
# GPU. `sdfg.appyl_gpu_transformations()` will wrap such Tasklets in a Map. So
# GPU. `sdfg.apply_gpu_transformations()` will wrap such Tasklets in a Map. So
# we might end up with lots of these trivial Maps, each requiring a separate
# kernel launch. To prevent this we will combine these trivial maps, if
# possible, with their downstream maps.
Expand Down

0 comments on commit 500590b

Please sign in to comment.