We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f3158 commit 2c9c3c2Copy full SHA for 2c9c3c2
ggml/src/ggml-cuda/common.cuh
@@ -1008,7 +1008,7 @@ struct ggml_cuda_concurrent_event {
1008
}
1009
1010
// 1. check if any branches write to overlapping memory ranges (except the join node)
1011
- // 2. check all srcs are either within the branch or outside the event
+ // 2. check whether all srcs are either within the branch or outside the nodes covered by ggml_cuda_concurrent_event
1012
// we assume all nodes have the same buffer
1013
bool is_valid() const {
1014
std::vector<std::vector<std::pair<int64_t, int64_t>>> write_ranges;
0 commit comments