• Adam Procter's avatar
    Implement scalar and tensor constants · 7e5a5f76
    Adam Procter authored
    * This is kind of a cheap hack for the moment, at least in the tensor
      constant case: each constant instruction carries around its value,
      and copies that to the result buffer everytime we need it. Ultimately
      we will probably want a pass that allocates space in the call frame
      for constants, similar to what we do for parameters.
    7e5a5f76
Name
Last commit
Last update
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
examples Loading commit data...
maint Loading commit data...
src Loading commit data...
test Loading commit data...
third-party Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
README.md Loading commit data...