llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[ESIMD] Simplify the copy_to() and copy_from() implementation

Open v-klochkov opened this issue 1 year ago • 0 comments

With the new esimd::block_load(usm, ...) and esimd::block_store(usm, ...) functions that are lowered to LLVM IR and efficiently lowered/split into proper size chunks in IGC BE, we can simply use them.

v-klochkov avatar Oct 14 '23 07:10 v-klochkov