PhiloxCudaState.h 339 B

12345678910
  1. #if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)
  2. #pragma once
  3. #include <cstdint>
  4. #include <ATen/cuda/detail/PhiloxCudaStateRaw.cuh>
  5. #else
  6. #error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined."
  7. #endif // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)