lcompilers / lc

C++ compiler
MIT License
26 stars 7 forks source link

Additional array physical types for AI related use cases #113

Open czgdp1807 opened 5 months ago

czgdp1807 commented 5 months ago

One small idea - We might want to add a bunch of physical types to array - XTensorArray, KokkosMDSpanArray, TensorflowArray, PyTorchArray - so that while generating code in C/CPP backend we produce the code using right array library.

Also for different AI applications - people might use different types of arrays/tensors.