You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a pass that adds shared mem space to memref being allocated in a GPU kernel (thus marking those as allocs for SLM memory).
We may also add a check, that the total amount of such allocations does not exceed the total amount of available shared memory for this specific device.
[SUB-TASK OF #360]
We need a pass that adds
shared
mem space to memref being allocated in a GPU kernel (thus marking those as allocs for SLM memory).We may also add a check, that the total amount of such allocations does not exceed the total amount of available shared memory for this specific device.
Example of how this pass is expected to work:
The text was updated successfully, but these errors were encountered: