Giter Site home page Giter Site logo

Comments (4)

NeuralCoder3 avatar NeuralCoder3 commented on July 4, 2024

This looks like an extract on type level (although I am unable to match up the code with the thorin code without further investigation).

However, the simple solution seems to be to lower everything correctly (move mems, reshape types, ...).
This is all done by the closure plugin (and the closure conversion phase for higher order functions):

./build/bin/thorin -p clos [file] -o - --output-ll T.ll

Or adding

.plugin clos;

from thorin2.

betzinger avatar betzinger commented on July 4, 2024

Adding
.plugin clos;
produces valid llvm code, however, the generated llvm-code doesn't define the function map_reduce_test. Is there an easy fix for that or should I open another issue?

from thorin2.

NeuralCoder3 avatar NeuralCoder3 commented on July 4, 2024

Adding .plugin clos; produces valid llvm code, however, the generated llvm-code doesn't define the function map_reduce_test. Is there an easy fix for that or should I open another issue?

The function is named map_reduce_test _reshape.
This is a relict from when reshape renamed every function.
I changed it to not rename externals. But somehow I forgot to merge the change into master.

Solutions:

  • expect _reshape
  • manually rename in the ll file
  • wait until I merge the change to not rename externals

Note: There are a few other things that appear weird (the three higher-order Pis without usage).
But if they do not make the compiler crash/produce incorrect code, they can be ignored for now.

from thorin2.

betzinger avatar betzinger commented on July 4, 2024

Alright, thanks a lot!

from thorin2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.