rdfriese opened this issue 3 years ago · 0 comments
want to support:
#[lamellar::AmLocalData] struct Foo<'a,T>{ bar: &'a T } #[lamellar::local_am] impl<'a,T> LamellarAM for Foo<'a,T>{ fn exec(self) {} }