Disallow async nestings that violate read after write dependencies by abadams · Pull Request #7868 · halide/Halide · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Disallow async nestings that violate read after write dependencies
Fixes #7867
  • Loading branch information
abadams committed Sep 27, 2023
commit 9c6c062248d023dd5a74cfbc48ae08ccf598da51
52 changes: 52 additions & 0 deletions src/AsyncProducers.cpp
1 change: 1 addition & 0 deletions test/error/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ tests(GROUPS error
auto_schedule_no_parallel.cpp
auto_schedule_no_reorder.cpp
autodiff_unbounded.cpp
bad_async_producer.cpp
bad_bound.cpp
bad_bound_storage.cpp
bad_compute_at.cpp
Expand Down
33 changes: 26 additions & 7 deletions test/performance/async_gpu.cpp