-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathamytiss.gpu.cl
27 lines (21 loc) · 908 Bytes
/
amytiss.gpu.cl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
* amytiss.cpu.cl
*
* date : 28.04.2019
* author : M. Khaled | Hybrid control systems @ Technical University of Munich, Germany
* about : an OpenCL kernel (optimized for GPUs) used to of the tool AMYTISS.
* AMYTISS is a tool for an abstractuin based synthesis of stochastic systems.
* ***********************************************************************
* The kernel manager will replace parameters enclosed by "@@" before compiling !
*/
#define GPU_VERSION
#include "pfaces.cl"
@@EXTRA_INC_FILES@@
// pfaces-Including some functions for quantization
@pfaces-include:"amytiss_quantizer.cl"
// pfaces-Including a parameters and some funcs
@pfaces-include:"amytiss_utils.cl"
// pFaces-Including a KERNEL-Function: ABSTRACT
@pfaces-include:"amytiss_abstract.cl"
// pFaces-Including a KERNEL-Function: SYNTHESIZE
@pfaces-include:"amytiss_synthesize.cl"