Giter Club home page Giter Club logo

Comments (4)

twicki avatar twicki commented on August 14, 2024

thfabian:
While I like this syntax, I think there are some open questions.

  • Currently there is no way to deduce from the stencil definition if a storage is input, output or input-output. Meaning, one would need to inspect the code to deduce this information (the same problem exists also today but with the C function call syntax it is not a necessary information to provide). We would need some notation to distinguish between the cases. Something like:
struct uv : public stencil {
  storage<in> u_stage, v_stage, tgrlatda0, tgrlatda1;
  storage<out> u_tens_stage, v_tens_stage;

  void Do() { ... }
};
  • Secondly, we need to discuss if we want to support multiple versions of Clang or we force one (e.g 4.0). I need to check how much efffort it is to upgrade from Clang 3.8 (which is currently in use) to 4.0.

from dawn.

Stagno avatar Stagno commented on August 14, 2024

@twicki @cosunae Is this still useful?

from dawn.

twicki avatar twicki commented on August 14, 2024

so this is still possible - especially now that we've upgraded. I think we should keep it around if we feel like this would increase readability

from dawn.

Stagno avatar Stagno commented on August 14, 2024

ok, still up then

from dawn.

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.