Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/optix/queue.cpp
| Show All 13 Lines | |||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #ifdef WITH_OPTIX | #ifdef WITH_OPTIX | ||||
| # include "device/optix/queue.h" | # include "device/optix/queue.h" | ||||
| # include "device/optix/device_impl.h" | # include "device/optix/device_impl.h" | ||||
| # include "util/util_time.h" | # include "util/time.h" | ||||
| # undef __KERNEL_CPU__ | # undef __KERNEL_CPU__ | ||||
| # define __KERNEL_OPTIX__ | # define __KERNEL_OPTIX__ | ||||
| # include "kernel/device/optix/globals.h" | # include "kernel/device/optix/globals.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| /* CUDADeviceQueue */ | /* CUDADeviceQueue */ | ||||
| ▲ Show 20 Lines • Show All 114 Lines • Show Last 20 Lines | |||||