Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/cuda/kernel.h
| Show All 12 Lines | |||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #ifdef WITH_CUDA | #ifdef WITH_CUDA | ||||
| # include "device/device_kernel.h" | # include "device/kernel.h" | ||||
| # ifdef WITH_CUDA_DYNLOAD | # ifdef WITH_CUDA_DYNLOAD | ||||
| # include "cuew.h" | # include "cuew.h" | ||||
| # else | # else | ||||
| # include <cuda.h> | # include <cuda.h> | ||||
| # endif | # endif | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| Show All 27 Lines | |||||