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
The current model changes Enzyme's tape loads and stores with Tloads and Tstores. It makes the all the instructions after the barrier be dependent on it and models the memory latency by using a delay. It does not support double buffering right now and the delay might not be fixed in different benchmarks. Moreover, using the noop native operations in salam we want to add the comparison between the recompute and store-all models.
Implement actual writes and read request to memory for the barriers.
Implement double buffering.
Implement the store-all execution model.
The text was updated successfully, but these errors were encountered:
The current model changes Enzyme's tape loads and stores with
Tloads
andTstores
. It makes the all the instructions after the barrier be dependent on it and models the memory latency by using a delay. It does not support double buffering right now and the delay might not be fixed in different benchmarks. Moreover, using thenoop
native operations in salam we want to add the comparison between the recompute and store-all models.The text was updated successfully, but these errors were encountered: