We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lower-csl-wrapper
--stencil-shape-minimize{restrict=32,32,32}
--test-add-timers-to-top-level-funcs
--function-persist-arg-names
require_scalar_factor=true
require_erasable_mul=true
--csl-stencil-materialize-stores
get_dir
unblock_cmd_stream
--csl-wrapper-hoist-buffers
@rpc(@get_data_task_id(memcpy.LAUNCH));
--csl-stencil-handle-async-flow
The text was updated successfully, but these errors were encountered:
AntonLydike
n-io
dk949
emmau678
No branches or pull requests
lower-csl-wrapper
--stencil-shape-minimize{restrict=32,32,32}
)--test-add-timers-to-top-level-funcs
)--function-persist-arg-names
)require_scalar_factor=true
in our pipeline, and optionally withrequire_erasable_mul=true
@dk949 )transformations: (lift-arith-to-linalg) Add generic FMA #3344--csl-stencil-materialize-stores
, isBorderRegionPE fix)transformations: (lower-csl-stencil) Check isBorderRegionPE #3213get_dir
to be inlined #3202unblock_cmd_stream
call #3198 (was in the wrong place)--csl-wrapper-hoist-buffers
)@rpc(@get_data_task_id(memcpy.LAUNCH));
to program module--csl-stencil-handle-async-flow
)The text was updated successfully, but these errors were encountered: