Skip to content
  1. Aug 28, 2018
    • Nick Curtis's avatar
      Add the ability to reference a vector iname directly in a conditional. · c39194f1
      Nick Curtis authored
      This is achived via:
      
      1.  A new VectorLiteral class, based off ArrayLiteral, but with the string mapping changed to have enclosing parenthesis rather than curly braces.
      2.  A new VectorTypeCast class, based off TypeCast, but explicitly storing both the base numpy dtype of the VectorLiteral (for inferencing) and the stringified vector dtype (e.g., 'int4') for generation
      3.  Modification of the condition mapper wrapper in `wrap_in_if` to properly generate the VectorTypeCast
      
      and is tested in test/test_loopy.py::test_explicit_simd_vector_iname_in_conditional
      c39194f1
  2. Jul 03, 2018
  3. Jul 02, 2018
  4. Jun 29, 2018
  5. Jun 22, 2018
  6. Jun 11, 2018
  7. Jun 07, 2018
  8. May 23, 2018
  9. May 11, 2018
  10. May 10, 2018
  11. May 08, 2018
  12. May 03, 2018
  13. May 02, 2018
  14. May 01, 2018
  15. Apr 30, 2018
  16. Apr 26, 2018
  17. Apr 25, 2018
  18. Apr 17, 2018
  19. Apr 16, 2018