2018-03-26 15:40:20 +08:00
|
|
|
/*
|
2020-02-23 05:21:06 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-03-26 15:40:20 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-03-26 15:40:20 +08:00
|
|
|
*
|
|
|
|
*/
|
2018-09-18 15:11:08 +08:00
|
|
|
|
2018-03-26 15:40:20 +08:00
|
|
|
/* No character after the last "}" */
|
|
|
|
__kernel void empty()
|
|
|
|
{
|
|
|
|
}
|