- 18 Mar, 2020 1 commit
-
-
- 06 Mar, 2020 2 commits
-
-
Swann Perarnau authored
Fix dependency for check-valgrind and check-valgrind-$(tool). Force ax_valgrind generated rules to depend on all-am in the source directory to make sure that check-valgrind by itself will build the library before checking. See merge request !126
-
Brice Videau authored
-
- 04 Mar, 2020 2 commits
-
-
Swann Perarnau authored
Proper valgrind configure setup See merge request !125
-
Brice Videau authored
-
- 06 Feb, 2020 6 commits
-
-
Swann Perarnau authored
Uniforming and correcting of ROW_MAJOR/C COLUMN_MAJOR/FORTRAN naming. See merge request !122
-
-
Swann Perarnau authored
[doc] Rst tutorial tilings See merge request !121
-
Still needs a bit of details on the mess with non contiguous layouts.
-
Swann Perarnau authored
[doc] Rst tutorial layouts See merge request !119
-
-
- 05 Feb, 2020 18 commits
-
-
Swann Perarnau authored
Minor tweaks See merge request !120
-
Kamil Iskra authored
-
Swann Perarnau authored
[doc] area tutorial See merge request !118
-
-
Swann Perarnau authored
Tiling tutorial See merge request !117
-
-
Swann Perarnau authored
[doc] Tutorial dma in documentation See merge request !116
-
-
Swann Perarnau authored
Make the tutorials available in the documentation See merge request !112
-
Swann Perarnau authored
-
Swann Perarnau authored
Matches the readme of this directory, but needs to be filled in.
-
Swann Perarnau authored
-
Swann Perarnau authored
Moved the tutorial intro to a separate document, added the hello world to the doc.
-
Swann Perarnau authored
Doesn't exactly fail, instead copies the full directory underneath html instead of updating files. Still a big issue.
-
Swann Perarnau authored
Just move the directory and make sure there's a landing page for this section.
-
Swann Perarnau authored
Add Layout tutorial See merge request !113
-
Swann Perarnau authored
added the copy transform to the dma
-
- 03 Feb, 2020 9 commits
-
-
Swann Perarnau authored
Add functions to print internal metadata See merge request !106
-
Swann Perarnau authored
Same as the others.
-
Swann Perarnau authored
Same as the others.
-
Swann Perarnau authored
Similar to layouts. I had to change the order/values of the CUDA flags to ensure that I could fit all the "basic" flags in a small contiguous array. Given the fact that MAPPED and GLOBAL are some kind of "extra" option on the other flags, it might have made more sense to actual move them into a different namespace/enum, but it will do in the meantime.
-
Swann Perarnau authored
Add a generic API function to print the internal metadata of a layout, not its contents. The printing format is somewhat simple, one field per line, except for arrays that are printed one row at a time. We print them in user-order. The generic API follows the fprintf argument style, somewhat, while the internal code follows the AML conventions.
-
Swann Perarnau authored
Generate user Makefiles for tutorials See merge request !111
-
-
Swann Perarnau authored
Tutorials dma See merge request !110
-
-
- 31 Jan, 2020 2 commits
-
-
Swann Perarnau authored
[fix] final offset/dims argument mismatch See merge request !109
-
Swann Perarnau authored
Last instances of offsets/dims ordering mismatch in API.
-