Brick Library 0.1
Performance-portable stencil datalayout & codegen
Loading...
Searching...
No Matches
brick-sycl.h
Go to the documentation of this file.
1
6#ifndef BRICK_BRICK_SYCL_H
7#define BRICK_BRICK_SYCL_H
8
9#include "vecscatter.h"
10#include "dev_shl.h"
11
12typedef struct oclbrick {
14 unsigned *adj;
15 unsigned step;
17
18#endif //BRICK_BRICK_SYCL_H
Implementation for various shuffle implementations.
Definition: brick-sycl.h:12
unsigned * adj
Definition: brick-sycl.h:14
unsigned step
Definition: brick-sycl.h:15
bElem * dat
Definition: brick-sycl.h:13
Interface to code generator.
#define bElem
Basic datatype for all brick elements.
Definition: vecscatter.h:13