GiggleLiu / notebooks

pluto notebooks (some disorganized mess)
1 stars 1 forks source link

A few edits and higher level examples #1

Open chriselrod opened 3 years ago

chriselrod commented 3 years ago

I'm not saying merge this, but I made a few comments/edits showing the API at a higher level. Probably best to mention lower level things that need implementing, and then connect them to the higher level API which should be clearer.

LoopVectorization and VectorizationBase's internals don't promise to be stable. I'm still trying things out and changing them, so anything dependent on them is likely to break. At some point in the not so distant future I should come up with more of a stable API someone can write against, so that (a) things would be a lot simpler than they are now, and (b) not prone to randomly breaking down the road.

GiggleLiu commented 3 years ago

Hi, thanks for taking time polishing the notebook, learnt a lot from your PR.

And sure, we can wait for the updated neater interface, no hurry.