chsasank / llama.lisp

Lisp dialect designed for HPC and AI
GNU Lesser General Public License v2.1
15 stars 6 forks source link

Implement arrays in brilisp/llvm #5

Closed chsasank closed 5 months ago

chsasank commented 6 months ago

BRIL already has this alloc instruction which closely mirrors LLVM's instruction.

https://capra.cs.cornell.edu/bril/lang/memory.html

GlowingScrewdriver commented 5 months ago

This is addressed by #15

GlowingScrewdriver commented 5 months ago

Two tests will be added for this functionality:

chsasank commented 5 months ago

Closed by #15