Skip to content
Snippets Groups Projects
  1. Mar 24, 2017
  2. Mar 01, 2017
    • Martin Bauer's avatar
      pystencils: cpujit · dd17cd30
      Martin Bauer authored
      - windows support
      - automatic caching and creation of shared library with all generated kernels
      - restrict keyword and function prefixes are preprocessor macros now -> easier to generate one code for linux, cuda, windows
      dd17cd30
  3. Feb 21, 2017
  4. Feb 09, 2017
  5. Dec 08, 2016
  6. Nov 21, 2016
  7. Nov 17, 2016
  8. Nov 11, 2016
    • Martin Bauer's avatar
      Changed symbolsRead/ symbolsDefined semantics · b207d071
      Martin Bauer authored
      problem in moveConstantBeforeLoops transformation:
      
      --> a should end up here
      {
      for() {
        const int a = 5;
      }
      for() {
        const int a = 5
      }
      }
      
      the "a" of the lower loop was not moved up, since it could not move across first loop (which is wrong)
      b207d071
  9. Nov 09, 2016
  10. Nov 06, 2016
  11. Nov 03, 2016