EnzymeAD / rust

A rust fork to work towards Enzyme integration
https://www.rust-lang.org
Other
52 stars 7 forks source link

move tt logic out of mod.rs into own file #123

Open ZuseZ4 opened 2 months ago

ZuseZ4 commented 2 months ago

That should handle &[&[T]] and higher nestings correctly. Currently we forget that inner slices create an extra integer.

ZuseZ4 commented 2 months ago

@I-Al-Istannen hmm