Files
test2/intern/cycles/kernel/device/oneapi/context_begin.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
288 B
C
Raw Normal View History

/* SPDX-FileCopyrightText: 2021-2022 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0 */
2022-06-29 12:58:04 +02:00
#include "kernel/util/nanovdb.h"
2022-06-29 12:58:04 +02:00
/* clang-format off */
struct ONEAPIKernelContext : public KernelGlobalsGPU {
public:
# include "kernel/device/gpu/image.h"
2022-06-29 12:58:04 +02:00
/* clang-format on */