File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,12 @@ lang: en
1212 - automatic host–device data management
1313 - clear access semantics
1414 - explicit access modes (** read** , ** write** , ** read_write** ) for safer kernel
15- - safe synchronization
16- - runtime tracks dependencies and schedules kernels correctly
17- - portability
18- - structured programs
15+ - safe synchronization, implicit dependencies
16+ - portability,structured programs
1917- ** Disadvantages**
2018 - low performance on host–device data trasnfers
2119 - management overhead at buffer creation and destruction
22- - requires explicit accessor creation with a a specified mode, even for trivial cases
20+ - requires explicit accessor creation with a specified mode, even for trivial cases
2321 - unintended synchronizations and accessors deadlocks
2422 - difficult interoperability
2523 - challenging debugging
You can’t perform that action at this time.
0 commit comments