Skip to content
Snippets Groups Projects

Interprocedural sroa

Merged Aaron Councilman requested to merge hercules-onnx-interprocedural-sroa into main
11 files
+ 549
22
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -84,6 +84,10 @@ pub enum DeviceManifest {
@@ -84,6 +84,10 @@ pub enum DeviceManifest {
parallel_launch: Box<[(usize, DynamicConstantID)]>,
parallel_launch: Box<[(usize, DynamicConstantID)]>,
},
},
GPU,
GPU,
 
Call {
 
// This is a Hercules function name, not a schedule IR function name.
 
callee: String,
 
},
}
}
impl Manifest {
impl Manifest {
Loading