intel / graph-compiler

Apache License 2.0
27 stars 14 forks source link

Add an option for insert gpu allocs to treat allocations as gpu-native #344

Open kurapov-peter opened 2 weeks ago

kurapov-peter commented 2 weeks ago

Currently the pass treats allocations as host-side ones, thus inserting calls to runtime for memory movement. This is to add an option to allow the behavior change.