"clang/test/Sema/attr-sentinel.c" did not exist on "4a528035fd7956515ac26149fe5d6ea41aed2fc0"
Add Linalg CopyOp
This CL adds a generic CopyOp to Linalg and its lowering to loops. The CopyOp supports input and output permutation maps. When combined with tiling and allocating a new local buffer, this should provide basic support for implementing simple memory transfers with coalescing. At the moment, lowering copies to a library call is not supported. PiperOrigin-RevId: 253250497
Loading
Please sign in to comment