Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e621c8b4 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

header/coreblas: add the tile version of the functions into the main header to...

header/coreblas: add the tile version of the functions into the main header to ease the access in map functions
parent 0ddaaa2c
No related branches found
No related tags found
1 merge request!445Mapv: Add some missing fixes, and make the map kernel non runtime dependent.
......@@ -18,7 +18,7 @@
* @author Guillaume Sylvand
* @author Mathieu Faverge
* @author Raphael Boucherie
* @date 2023-08-31
* @date 2024-03-14
*
*/
#ifndef _coreblas_h_
......@@ -51,6 +51,13 @@ BEGIN_C_DECLS
#include "coreblas/coreblas_zc.h"
#include "coreblas/coreblas_ds.h"
#include "coreblas/coreblas_ztile.h"
#include "coreblas/coreblas_dtile.h"
#include "coreblas/coreblas_ctile.h"
#include "coreblas/coreblas_stile.h"
#include "coreblas/coreblas_zctile.h"
#include "coreblas/coreblas_dstile.h"
END_C_DECLS
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment