GPUart
1.01
Prototype of GPUart, an application-based limited preemptive GPU scheduler for embedded real-time systems
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
SW-C
MatrMul
SWC_MM.h
Go to the documentation of this file.
1
//Copyright (c) 2017-2018 Christoph A. Hartmann, Ulrich Margull and Technische Hochschule Ingolstadt (THI)
2
//
3
//Permission is hereby granted, free of charge, to any person obtaining a copy of this
4
//software and associated documentation files (the "Software"), to deal in the Software
5
//without restriction, including without limitation the rights to use, copy, modify,
6
//merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
7
//permit persons to whom the Software is furnished to do so, subject to the following
8
//conditions:
9
//
10
//The above copyright notice and this permission notice shall be included in all copies
11
//or substantial portions of the Software.
12
//
13
//THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
14
//INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
15
//PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
16
//HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
17
//OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
18
//SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
19
20
/*
21
* File: SWC_MM.h
22
* Created by: Christoph Hartmann
23
* Institute: Technische Hochschule Ingolstadt
24
* Date: 13.10.2017 */
25
/********************************************************
26
* ___ ___ ___ ___ 3 ___ *
27
* | | | | | |\ /| | | | | | *
28
* |___ | | |___| | \/ | | | |___ | | *
29
* | | | |\ | | | | | | | *
30
* | |___| | \ | | |___| ___| | |___ *
31
* *
32
*********************************************************/
33
34
#ifndef SWC_MM_H
35
#define SWC_MM_H
36
37
/************************************************************************************************/
38
/* Include */
39
/************************************************************************************************/
40
41
/************************************************************************************************/
42
/* Function Declaration */
43
/************************************************************************************************/
44
void
swc_MatrMul_init
(
void
);
45
void
swc_MatrMul_Task_periodic
(
void
);
46
47
#endif
swc_MatrMul_Task_periodic
void swc_MatrMul_Task_periodic(void)
Definition:
SWC_MM.cpp:92
swc_MatrMul_init
void swc_MatrMul_init(void)
Definition:
SWC_MM.cpp:61
Generated on Mon Feb 26 2018 11:06:58 for GPUart by
1.8.6