Add macros to make codelets just declare their access and let the macro definition do what should be
Compare changes
Files
64+ 26
− 0
@@ -196,6 +196,32 @@ inline static int morse_desc_islocal( const MORSE_desc_t *A, int m, int n )
GitLab upgrade completed. Current version is 17.10.3. We now benefit from the enhancements of 17.9 and 17.10 releases. Among other improvements, it is now possible to set the automatic deletion of continuous integration pipelines. You can help us reduce storage usage by setting an expiry date for your pipelines.
Here is written down the set of generic macro I'm thinking of to make codelet declare their memory access (see !16 (closed))
For now they are very trivial, and produce exactly the same effect as with the current master. But then one can easily add the morse_desc_iscached() test, add statistics, etc. without having to change the codelets again.
I've put it in control/descriptor.h for simplicity, but we can of course push to runtime-specific code (which file?)