Skip to content
Snippets Groups Projects

Associative intrinsic + tight schedule

Merged prathi3 requested to merge associative_intrinsic into main
All threads resolved!
3 files
+ 34
32
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -322,7 +322,7 @@ pub enum Schedule {
@@ -322,7 +322,7 @@ pub enum Schedule {
Vectorizable,
Vectorizable,
// This reduce can be re-associated. This may lower a sequential dependency
// This reduce can be re-associated. This may lower a sequential dependency
// chain into a reduction tree.
// chain into a reduction tree.
Associative,
TightAssociative,
}
}
/*
/*
Loading