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. Aug 27, 2018
  3. Jul 30, 2018
  4. Jul 27, 2018
  5. Jul 19, 2018
  6. Jul 18, 2018
  7. Jul 03, 2018
  8. Jul 02, 2018
  9. Jun 29, 2018
  10. Jun 26, 2018
  11. Jun 22, 2018