Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/device_cuda.cpp
| Context not available. | |||||
| cuda_assert(cuCtxSetCurrent(NULL)); | cuda_assert(cuCtxSetCurrent(NULL)); | ||||
| } | } | ||||
| CUDADevice(DeviceInfo& info, Stats &stats, bool background_) : Device(stats) | CUDADevice(DeviceInfo& info, Stats &stats, bool background_) | ||||
| : Device(info, stats, background_) | |||||
| { | { | ||||
| first_error = true; | first_error = true; | ||||
| background = background_; | background = background_; | ||||
| Context not available. | |||||