- May 28, 2019
-
-
Andreas Klöckner authored
-
- May 05, 2019
-
-
Andreas Klöckner authored
-
- May 04, 2019
-
-
Kaushik Kulkarni authored
-
- Feb 17, 2019
-
-
Matt Wala authored
-
- Jan 27, 2019
- Jan 22, 2019
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
This reverts merge request !297
-
- Jan 15, 2019
-
-
Nick Curtis authored
-
- Nov 29, 2018
-
-
James Stevens authored
added variable_tag to MemAccess; GlobalMemAccessCounter tracking variable tags for tagged global variables
-
- Nov 19, 2018
- Nov 13, 2018
-
-
James Stevens authored
-
- Nov 10, 2018
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Nov 01, 2018
-
-
Matt Wala authored
-
- Oct 21, 2018
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Sep 16, 2018
-
-
James Stevens authored
returned loopy.symbolic.CoefficientCollector to initial state, instead using modified coeff collector (that ignores denom in floor div) locally in stats gatherer; also created corresponding test
-
- Sep 07, 2018
-
-
Kaushik Kulkarni authored
-
- Sep 06, 2018
-
-
Andreas Klöckner authored
-
- Sep 04, 2018
-
-
James Stevens authored
-
- Aug 30, 2018
-
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
Improve test of contiguity in get_access_info, and add a test similar to what triggered the failure in pyjac
-
- Aug 28, 2018
-
-
Nick Curtis authored
-
Nick Curtis authored
-
Nick Curtis authored
test multiple dtypes, and correct the specification of the vector length in the condition_mapper_wrapper
-
Nick Curtis authored
-
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
-
- Aug 01, 2018
-
-
James Stevens authored
-
James Stevens authored
-
- Jul 03, 2018
-
-
Nick Curtis authored
-
Nick Curtis authored
-
- Jul 02, 2018
-
-
Kaushik Kulkarni authored
-
Nick Curtis authored
1. Literal to vector assignment (no explicit conversion should be used) 2. Non-vector temporary variable to vector assignment (no explicit conversion) 3. Vector-temporary to vector variable assignment (explicit conversion) Previously, only vector to vector assignment was tested.
-